View source: R/multi_q_estimation.R
qestMICE | R Documentation |
Function returns objective function that fits both stock depletion and catch fraction among fleets
qestMICE(
par,
depc,
CFc,
mode = "opt",
np,
nf,
nyears,
nareas,
maxage,
Nx,
VFx,
FretAx,
Effind,
distx,
movx,
Spat_targ,
M_ageArrayx,
Mat_agex,
Fec_agex,
Asizex,
WatAgex,
Len_agex,
Karrayx,
Linfarrayx,
t0arrayx,
Marrayx,
R0x,
R0ax,
SSBpRx,
SSB0x,
hsx,
aRx,
bRx,
ax,
bx,
Perrx,
SRrelx,
Rel,
SexPars,
x,
plusgroup,
optVB,
VB0x,
B0x,
WtCx,
maxF,
MPA,
SRRfun,
SRRpars,
spawn_time_frac = rep(0, np)
)
par |
Integer, the simulation number |
depc |
Numeric vector, nstock long of specified stock depletion (SSB now / SSB0) |
CFc |
Matrix |
mode |
Character if 'opt' qestMICE returns the objective function otherwise the fitted values in a list |
nf |
Integer, number of fleets |
nyears |
Integer, number of historical years (unfished til today) |
nareas |
Integer, number of areas (default is 2) |
maxage |
Integer, maximum number of age classes for calculation |
Nx |
Array |
VFx |
Array |
FretAx |
Array |
Effind |
Array |
movx |
Array |
Spat_targ |
Matrix |
M_ageArrayx |
Array |
Mat_agex |
Array |
Fec_agex |
Array |
Asizex |
Matrix |
Karrayx |
Array of von B growth parameter K |
Linfarrayx |
Array of von B asymptotic length parameter Linf |
t0arrayx |
Array ofvon B theoretical age at zero length (t0) |
Marrayx |
Array of mature natural mortality rate |
R0x |
Vector |
R0ax |
Matrix |
SSBpRx |
Matrix |
SSB0x |
Vector |
hsx |
Vector |
aRx |
Vector |
bRx |
Vector |
ax |
Vector |
bx |
Vector |
Perrx |
Matrix |
SRrelx |
Integer vector |
Rel |
A list of inter-stock relationships see slot Rel of MOM object class |
SexPars |
A list of sex-specific dynamics (SSBfrom, stcck_age) |
x |
Integer. The simulation number |
plusgroup |
Integer vector |
optVB |
Logical, whether to optimize to vulnerable biomass (or spawning biomass otherwise) |
VB0x |
Vector |
B0x |
Vector |
WtCx |
Array |
maxF |
A numeric value specifying the maximum fishing mortality for any single age class |
MPA |
An array of spatial closures by year |
SRRfun |
Optional. Stock-recruit functions used if |
SRRpars |
Optional. A named list of arguments for |
spawn_time_frac |
Numeric. Fraction of the year when spawning occurs. Default = 0. |
T.Carruthers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.