surplus_production_model_re_parameterised: surplus_production_model_re_parameterised

View source: R/surplus_production_funs.R

surplus_production_model_re_parameterisedR Documentation

surplus_production_model_re_parameterised

Description

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

Usage

surplus_production_model_re_parameterised(
  log_jt,
  n_t,
  r,
  k,
  catches,
  catchability
)

Arguments

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

Value

a list of OM outputs


Craig44/stockassessmenthelper documentation built on April 14, 2023, 10:57 a.m.