Population dynamics
Usage
do_dynamics(
first_yr,
first_yr_catch,
par_B0,
par_h,
sigma_r,
rdev_y,
M_a,
phi_ya,
removal_switch_f,
catch_obs_ysf,
sel_fya,
weight_fya,
af_sliced_ysfa
)
Arguments
- first_yr
A
list
specifying the AD object created usingMakeADFun
.- first_yr_catch
An
rstan
objected created using thetmbstan
function.- par_B0
An
rstan
objected created using thetmbstan
function.- par_h
An
rstan
objected created using thetmbstan
function.- sigma_r
An
rstan
objected created using thetmbstan
function.- rdev_y
An
rstan
objected created using thetmbstan
function.- M_a
An
rstan
objected created using thetmbstan
function.- phi_ya
An
rstan
objected created using thetmbstan
function.- removal_switch_f
An
rstan
objected created using thetmbstan
function.- catch_obs_ysf
An
rstan
objected created using thetmbstan
function.- sel_fya
An
rstan
objected created using thetmbstan
function.- weight_fya
An
rstan
objected created using thetmbstan
function.- af_sliced_ysfa
An
rstan
objected created using thetmbstan
function.