API: bio-laws
Function: vonBertalanffyMass()
lifecycle-kit
lifecycle-kit / bio-laws / vonBertalanffyMass
Function: vonBertalanffyMass()
vonBertalanffyMass(
age,maxMass,growthRate,t0?,b?):number
Defined in: bio-laws/lifeHistory.ts:36
von Bertalanffy growth in mass.
Source: von Bertalanffy, L. (1938). "A quantitative theory of organic growth." Human Biology, 10(2), 181-213.
W(t) = W_max × (1 - e^(-K(t - t0)))^b
The standard model for indeterminate growers. Growth is fast while small and asymptotes toward a maximum the organism never quite reaches — which is why a well-fed creature does not grow without bound, and why the last increment of size is the most expensive one it will ever buy.
Parameters
age
number
maxMass
number
growthRate
number
t0?
number = 0
b?
number = 3
Returns
number
