| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
param.parameterized.Parameterized --+
|
base.functionfamily.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 = param.Number(default= 1, doc= "Parameter controlling the lParameter controlling the lower asymptote. |
|||
u = param.Number(default= 1, doc= "Parameter controlling the uParameter controlling the upper asymptote (upper asymptote minus lower asymptote. |
|||
m = param.Number(default= 1, doc= "Parameter controlling the tParameter controlling the time of maximum growth. |
|||
r = param.Number(default= 1, doc= "Parameter controlling the gParameter controlling the growth rate. |
|||
b = param.Number(default= 1, doc= "Parameter which affects neaParameter 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.0.1 on Sat Oct 11 20:50:04 2008 | http://epydoc.sourceforge.net |