|
| template<class Type > |
| const Type | fims_math::logistic (const Type &inflection_point, const Type &slope, const Type &x) |
| | The general logistic function.
|
| |
| template<class Type > |
| const Type | fims_math::logit (const Type &a, const Type &b, const Type &x) |
| | A logit function for bounding of parameters.
|
| |
| template<class Type > |
| const Type | fims_math::inv_logit (const Type &a, const Type &b, const Type &logit_x) |
| | An inverse logit function for bounding of parameters.
|
| |
| template<class Type > |
| const Type | fims_math::double_logistic (const Type &inflection_point_asc, const Type &slope_asc, const Type &inflection_point_desc, const Type &slope_desc, const Type &x) |
| | The general double logistic function.
|
| |
| template<class Type > |
| const Type | fims_math::ad_fabs (const Type &x, Type C=1e-5) |
| |
| template<typename Type > |
| const Type | fims_math::ad_min (const Type &a, const Type &b, Type C=1e-5) |
| |
| template<typename Type > |
| const Type | fims_math::ad_max (const Type &a, const Type &b, Type C=1e-5) |
| |
| template<class T > |
| T | fims_math::sum (const std::vector< T > &v) |
| |
| template<class T > |
| T | fims_math::sum (const fims::Vector< T > &v) |
| |
A collection of mathematical functions used in FIMS.
- Copyright
- This file is part of the NOAA, National Marine Fisheries Service Fisheries Integrated Modeling System project. See LICENSE in the source folder for reuse information.