Previous Next

Exponential Moving Average

The exponential moving average is another form of weighting the averaging process.  In this technique a weighting parameter (alpha) is calculated.  Alpha is then used to equally weight each observation in the average.  Finally, (1-alpha) is multiplied times the previous period forecast to complete the process of computing the current period forecast.


Previous Next