| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
base.parameterizedobject.ParameterizedObject --+
|
base.functionfamilies.OutputFn --+
|
GeneralizedLogistic
The generalized logistic curve (Richards' curve): y = l + (u /(1 + b * exp(-r*(x-2*m))^(1/b))).
The logistic curve is a flexible function for specifying a nonlinear growth curve using five parameters:
From Richards, F.J. (1959), A flexible growth function for empirical use. J. Experimental Botany 10: 290--300. http://en.wikipedia.org/wiki/Generalised_logistic_curve
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
l = Number(default= 1, doc= "Parameter controlling the lower aParameter controlling the lower asymptote. |
|||
u = Number(default= 1, doc= "Parameter controlling the upper aParameter controlling the upper asymptote (upper asymptote minus lower asymptote. |
|||
m = Number(default= 1, doc= "Parameter controlling the time ofParameter controlling the time of maximum growth. |
|||
r = Number(default= 1, doc= "Parameter controlling the growth Parameter controlling the growth rate. |
|||
b = Number(default= 1, doc= "Parameter which affects near whicParameter which affects near which asymptote maximum growth occurs. |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
lParameter controlling the lower asymptote.
|
uParameter controlling the upper asymptote (upper asymptote minus lower asymptote.
|
mParameter controlling the time of maximum growth.
|
rParameter controlling the growth rate.
|
bParameter which affects near which asymptote maximum growth occurs.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Feb 21 15:25:06 2008 | http://epydoc.sourceforge.net |