Computes recruitment based on Beverton-Holt with depensation and log-normal deviations.
Usage
get_recruitment(y, sbio, B0, alpha, beta, sigma_r, rdev_y, sr_dep = 1e-10)
Arguments
- y
Year index.
- sbio
Spawning biomass.
- B0
Unfished biomass.
- alpha, beta
Beverton-Holt stock recruitment parameters.
- sigma_r
Lognormal SD of recruitment deviations.
- rdev_y
Recruitment deviations.
- sr_dep
Depensation parameter (default 1e-10).
Value
Recruitment value (numeric).