| Trees | Indices | Help |
|
|---|
|
|
Function object that provides a value that decays according to an exponential function, based on topo.sim.time().
Returns starting_value*base^(-time/time_constant).
See http://en.wikipedia.org/wiki/Exponential_decay.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
starting_value = param.Number(1.0, doc= "Value used for time zValue used for time zero. |
|||
ending_value = param.Number(0.0, doc= "Value used for time infValue used for time infinity. |
|||
time_constant = param.Number(10000, doc= Time scale for the exponential; large values give slow decay. |
|||
base = param.Number(e, doc= Base of the exponent; the default yields starting_value*exp(-t/time_constant). |
|||
time_fn = param.Callable(default= topo.sim.time, doc= Function to generate the time used for the decay. |
|||
name = <param.parameterized.String object at 0xb1ff9ac>String identifier for this object. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
starting_valueValue used for time zero.
|
ending_valueValue used for time infinity.
|
time_constantTime scale for the exponential; large values give slow decay.
|
baseBase of the exponent; the default yields starting_value*exp(-t/time_constant). Another popular choice of base is 2, which allows the time_constant to be interpreted as a half-life.
|
time_fnFunction to generate the time used for the decay.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:39 2010 | http://epydoc.sourceforge.net |