CumulativeAverage¶
Calculate the cumulative average of the data over time.
This node does not change the shape or axes of the signal, but each value will be replaced by the average of values up to that point. Note that this node maintains internal state. Also, this node assumes that the data has a time axis. More Info... Version 1.1.0
Ports/Properties¶
data¶
Data to process.
axis¶
Axis over which the statistic should be aggregated. For instance, if this is set to time, then the mean will be computed over time.
ignore_nans¶
If enabled, nan values are skipped.
subtract¶
Subtract from data.
update_for¶
Update for the first this many samples. After that the cumulative average will not be further updated.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.