Convert stock recruit parameters from steepness parameterization to alpha/beta (and vice versa)
hconv(alpha, phi0, SR = 1, type = 1)R0conv(alpha, beta, phi0, SR = 1, type = 1)
SRalphaconv(h, phi0, SR = 1, type = 1)
SRbetaconv(h, R0, phi0, SR = 1, type = 1)
A numeric.
Alpha parameter
Unfished spawners per recruit
Stock-recruit function: (1) Beverton-Holt, or (2) Ricker
The parameterization of the Beverton-Holt function with respect to alpha
and beta
. See details.
Beta parameter
Steepness parameter
Unfished recruitment parameter
hconv()
: Returns steepness (h) from alpha
and phi0
R0conv()
: Returns unfished recruitment (R0) from alpha
, beta
, and phi0
SRalphaconv()
: Returns alpha
from h
and phi0
SRbetaconv()
: Returns beta
from h
, R0
, and phi0
Q. Huynh
The Type 1 Beverton-Holt equation is $$R = \alpha S/(1 + \beta S)$$
The Type 2 Beverton-Holt equation is $$R = S/(\alpha + \beta S)$$
The Ricker equation is $$R = \alpha S \exp(-\beta S)$$