Rcpp interface for Beverton–Holt to instantiate from R: beverton_holt <- methods::new(beverton_holt).
More...
|
|
SharedInt | n_years |
| | The number of years.
|
| |
|
ParameterVector | logit_steep |
| | The logistic transformation of steepness (h; productivity of the population), where the parameter is transformed to constrain it between 0.2 and 1.0.
|
| |
|
ParameterVector | log_rzero |
| | The natural log of recruitment at unfished biomass.
|
| |
|
ParameterVector | log_devs |
| | The natural log of recruitment deviations.
|
| |
|
ParameterVector | log_r |
| | The recruitment random effect parameter on the natural log scale.
|
| |
|
ParameterVector | log_expected_recruitment |
| | Expectation of the recruitment process.
|
| |
|
fims_double | estimated_logit_steep |
| | The estimate of the logit transformation of steepness.
|
| |
|
fims_double | estimated_log_rzero |
| | The estimate of the natural log of recruitment at unfished biomass.
|
| |
|
RealVector | estimated_log_devs |
| | The estimates of the natural log of recruitment deviations.
|
| |
|
uint32_t | id |
| | The local id of the RecruitmentInterfaceBase object.
|
| |
|
SharedInt | process_id = -999 |
| | The process id of the RecruitmentInterfaceBase object.
|
| |
|
bool | finalized = false |
| | Is the object already finalized? The default is false.
|
| |
Rcpp interface for Beverton–Holt to instantiate from R: beverton_holt <- methods::new(beverton_holt).