MoveAver Function

Smoothing of data series


Description

The function \(MoveAver\) calculates a moving average for smoothing data series.

Smoothing is done by removing higher frequency components. As a result, a new data point set is created consisting of the mean values of equal subsets of the original data point set.

Parameter

The first argument is the list to be smoothed.

The second argument determined the amount of smoothing. The value must be an integer greater than 1. If set to 1, no change will be made.

Syntax

MoveAver (List, v)

Example