MovingAverage• MovingAverage[data, r] smooths data using a simple r-term moving average. • See also: Mean, StandardDeviation.
Examples Using InstantCalculatorsHere is the InstantCalculator for the MovingAverage function. Enter the parameters for your calculation and click Calculate to see the result.
Out[1]= |  |
Entering Commands DirectlyYou can paste a template for this command via the Text Input button on the MovingAverage Function Controller. This is a simple two-term moving average.
Out[3]= |  |
In the case of multivariate data, each entry in a data list is itself a list.
Out[5]= |  |
Clear the variable definitions.
|