View source: R/surplus_production_funs.R
surplus_production_model_re_parameterised | R Documentation |
Returns a list of model quantities and observations that can be used as an operating model this is more for helping me debug mu model
surplus_production_model_re_parameterised(
log_jt,
n_t,
r,
k,
catches,
catchability
)
log_jt |
<real> states specified as J_t = B_t / K |
n_t |
number of time steps |
r |
<real> intrinsic growth parameter. |
k |
<real> carrying capacity parameter. |
catches |
<vector> observed catches, defines number of years, so if you have a period of no catches set values of 0, number of years = length(catches+ 1) |
catchability |
<vector> a scalar to generate the relative index observation |
a list of OM outputs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.