LogisticMaturity class that returns the logistic function value from fims_math. More...
#include <logistic.hpp>
LogisticMaturity class that returns the logistic function value from fims_math.
Create a map of report vectors for the maturity object.
Reimplemented from fims_model_object::FIMSObject< Type >.
Method of the logistic maturity class that implements the logistic function from FIMS math.
\[ \frac{1.0}{ 1.0 + exp(-1.0 * slope (x - inflection_point))} \]
Implements fims_popdy::MaturityBase< Type >.
\[ \frac{1.0}{ 1.0 + exp(-1.0 * slope_t (x - {inflection\_point}_t))} \]
Get the report vector count object. used to get the length of each report vector for populating the UncertaintyReportInfo struct in FisheryModelBase.
50 percent quantile of the value of the quantity of interest (x); e.g. age at which 50 percent of the fish are mature
scalar multiplier of difference between quantity of interest value (x) and inflection_point