|
Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
|
Coefficient and exponent for an allometric relationship. More...
#include <hft.h>
Public Member Functions | |
| AllometryParameters (const double coefficient, const double exponent) | |
| Constructor. More... | |
| double | calc (const double M) const |
| Calculate the result of the formula. More... | |
Public Attributes | |
| double | coefficient |
Factor c in x=c*M^e. More... | |
| double | exponent |
Exponent e in x=c*M^e. More... | |
Coefficient and exponent for an allometric relationship.
The allometric relationship:
![\[
x = c * M^e
\]](form_45.png)


|
inline |
Constructor.
|
inline |
Calculate the result of the formula.
| double Fauna::AllometryParameters::coefficient |
Factor c in x=c*M^e.
| double Fauna::AllometryParameters::exponent |
Exponent e in x=c*M^e.