|
Specific Growth Models
Many attempts have been made to develop functions which are able to describe patterns of individual growth. These "specific" growth models are widely used in invertebrate and vertebrate growth analysis. They have between 2 and 4 parameters:
Parameter
|
Symbol |
Significance
|
Infinite Size |
Soo
|
Size (mass) reached after an infinite time of growth |
Growth constant |
K
|
Defines "speed" of growth |
Age t-zero |
to
|
Age at which size would be zero |
Age t-star |
t*
|
Age of growth inflexion (is often denoted to, too) |
Shape parameter |
D
|
Determines shape of the curve (more or less sigmoid) |
These are the most commonly used specific growth models:
Function Name
|
Function
|
Parameters
|
specialised
von Bertalanffy
|
St = Soo * (1 - e -K * (t - to)) |
Soo, K, to, |
generalised
von Bertalanffy
|
St = Soo * (1 - e -K * (t - to))D |
Soo, K, to, D |
Gompertz |
St = Soo * e -e^[-K * (t - t*)] |
Soo, K, t*, |
Richards |
St = Soo * (1 + 1/D * e -K * (t - t*))-D |
Soo, K, t*, D |
Single Logistic |
St = Soo / (1 + e -K * (t - t*)) |
Soo, K, t*, |
The corresponding inverse growth model is computed by solving the growth model for t, e.g.:
Function Name
|
Function
|
Parameters
|
specialised
von Bertalanffy
|
t = ln(1 - (St / Soo) / -K + to |
Soo, K, to, |
generalised
von Bertalanffy
|
t = ln(1 - (St / Soo)D) / -K + to |
Soo, K, to, D |
|
|