Package topo :: Package outputfns :: Module basic :: Class GeneralizedLogistic
[hide private]
[frames] | no frames]

Class GeneralizedLogistic

source code

                                  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



Nested Classes [hide private]

Inherited from base.parameterizedobject.ParameterizedObject: __metaclass__

Instance Methods [hide private]
 
__call__(self, x) source code

Inherited from base.functionfamilies.OutputFn: __add__

Inherited from base.parameterizedobject.ParameterizedObject: __getstate__, __init__, __repr__, __setstate__, __str__, as_uninitialized, debug, defaults, force_new_dynamic_value, get_param_values, get_value_generator, inspect_value, message, print_param_values, script_repr, verbose, warning

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Methods [hide private]

Inherited from base.parameterizedobject.ParameterizedObject: params, print_param_defaults

Class Variables [hide private]
  l = Number(default= 1, doc= "Parameter controlling the lower a...
Parameter controlling the lower asymptote.
  u = Number(default= 1, doc= "Parameter controlling the upper a...
Parameter controlling the upper asymptote (upper asymptote minus lower asymptote.
  m = Number(default= 1, doc= "Parameter controlling the time of...
Parameter 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 whic...
Parameter which affects near which asymptote maximum growth occurs.

Inherited from base.functionfamilies.OutputFn: norm_value

Inherited from base.parameterizedobject.ParameterizedObject: name, print_level

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__call__(self, x)
(Call operator)

source code 
Overrides: base.functionfamilies.OutputFn.__call__

Class Variable Details [hide private]

l

Parameter controlling the lower asymptote.
Value:
Number(default= 1, doc= "Parameter controlling the lower asymptote.")

u

Parameter controlling the upper asymptote (upper asymptote minus lower asymptote.
Value:
Number(default= 1, doc= "Parameter controlling the upper asymptote (upper asymptot\
e minus lower asymptote.")

m

Parameter controlling the time of maximum growth.
Value:
Number(default= 1, doc= "Parameter controlling the time of maximum growth.")

r

Parameter controlling the growth rate.
Value:
Number(default= 1, doc= "Parameter controlling the growth rate.")

b

Parameter which affects near which asymptote maximum growth occurs.
Value:
Number(default= 1, doc= "Parameter which affects near which asymptote maximum grow\
th occurs.")