Mathematica > Data Manipulation > Numerical Data > Data Transforms and Smoothing >
Mathematica > Data Manipulation > Statistics > Data Transforms and Smoothing >
Mathematica > Mathematics and Algorithms > Statistics > Data Transforms and Smoothing >

MovingAverage

MovingAverage[list, r]
gives the moving average of list, computed by averaging runs of r elements.
MovingAverage[list, {w1, w2, ..., wr}]
gives the moving average of list, computed with weights wi.
  • MovingAverage[list, r] gives a list of the means of elements in list taken in blocks of length r. »
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team