10#ifndef FIMS_POPULATION_DYNAMICS_RECRUITMENT_SR_BEVERTON_HOLT_HPP
11#define FIMS_POPULATION_DYNAMICS_RECRUITMENT_SR_BEVERTON_HOLT_HPP
14#include "../../../common/fims_vector.hpp"
27template <
typename Type>
Definition fims_vector.hpp:27
The population dynamics of FIMS.
Definition catch_at_age.hpp:41
void clear_internal()
Clears the internal objects.
Definition rcpp_interface.hpp:239
Serves as the parent class where recruitment functions are called.
Base class for all recruitment functors.
Definition recruitment_base.hpp:28
fims::Vector< Type > log_rzero
Definition recruitment_base.hpp:36
BevertonHolt class that returns the Beverton–Holt stock–recruitment from fims_math.
Definition sr_beverton_holt.hpp:28
fims::Vector< Type > logit_steep
Definition sr_beverton_holt.hpp:33
virtual const Type evaluate_process(size_t pos)
Definition sr_beverton_holt.hpp:73
virtual const Type evaluate_mean(const Type &spawners, const Type &phi_0)
Beverton–Holt implementation of the stock–recruitment function.
Definition sr_beverton_holt.hpp:51