likelihood_understocking.Rd
Add rates of understocking in a g3 model to nll
g3l_understocking(
prey_stocks,
power_f = ~2,
nll_breakdown = FALSE,
weight = 1e+08,
run_at = g3_action_order$likelihood)
A list of g3_stock
objects to collect catch data for
A formula representing power coefficient \(p\) to use.
Should the nll report be broken down by time? TRUE
/ FALSE
Weighting applied to this likelihood component.
Integer order that actions will be run within model, see g3_action_order
.
The model report will contain nll_understocking__wgt, the results of the formula below.
If nll_breakdown is TRUE
, this will be an array with one entry per timestep.
An action (i.e. list of formula objects) that will...
Sum the total biomass adjustment due to overstocking for each prey according to the formula $$ \ell = \sum_{\it time}\sum_{\it areas} \Big(\sum_{\it prey\_stocks} U_{trs} \Big)^p $$ Where \( p \) is the power coefficient from power_f, \( U_{trs} \) is the total biomass adjustment to predator consumtion due to overconsumtion.