| Trees | Indices | Help |
|
|---|
|
|
Calculates the average of the input activity.
The average is calculated as an exponential moving average, where the weighting for each older data point decreases exponentially. The degree of weighing for the previous values is expressed as a constant smoothing factor.
The plastic parameter allows the updating of the average values to be disabled temporarily, e.g. while presenting test patterns.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
step = param.Number(default= 1, doc= How often to update the average. |
|||
smoothing = param.Number(default= 0.9997, doc= The degree of weighting for the previous average, when calculating the new average. |
|||
initial_average = param.Number(default= 0, doc= "Starting valuStarting value for the average activity. |
|||
name = <param.parameterized.String object at 0xb58972c>String identifier for this object. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|||
stepHow often to update the average. For instance, step=1 means to update it every time this OF is called; step=2 means to update it every other time.
|
smoothingThe degree of weighting for the previous average, when calculating the new average.
|
initial_averageStarting value for the average activity.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:47 2010 | http://epydoc.sourceforge.net |