|
MovingAverage
MovingAverage[data, r] smooths data using a simple r-term moving average.
See also: Mean, StandardDeviation.

Examples
Using InstantCalculators
Here is the InstantCalculator for the MovingAverage function. Enter the parameters for your calculation and click Calculate to see the result.
In[1]:=
Out[1]=
Entering Commands Directly
You 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.
In[2]:=
In[3]:=
Out[3]=
In the case of multivariate data, each entry in a data list is itself a list.
In[4]:=
In[5]:=
Out[5]=
Clear the variable definitions.
In[6]:=
|