| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
param.parameterized.Parameterized --+
|
base.functionfamily.OutputFn --+
|
Sigmoid
Sigmoidal (logistic) output function: 1/(1+exp-(r*x+k)).
As defined in Jochen Triesch, ICANN 2005, LNCS 3696 pp. 65-70. The parameters control the growth rate (r) and the x position (k) of the exponential.
This function is a special case of the GeneralizedLogistic function, with parameters r=r, l=0, u=1, m=-k/2r, and b=1. See Richards, F.J. (1959), A flexible growth function for empirical use. J. Experimental Botany 10: 290--300, 1959. http://en.wikipedia.org/wiki/Generalised_logistic_curve
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
r = param.Number(default= 1, doc= "Parameter controlling the gParameter controlling the growth rate |
|||
k = param.Number(default= 0, doc= "Parameter controlling the xParameter controlling the x-postion |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
rParameter controlling the growth rate
|
kParameter controlling the x-postion
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Oct 11 20:50:05 2008 | http://epydoc.sourceforge.net |