moving ave and smoothing Flashcards
what is Naïve forecast
uses recent data to predict the future
Averaging forecast
forecasts are based on averages of a set number of historical data
Single and Double Moving Averages
Smoothing forecast
forecasts are a weighted average of past values
Single Exponential Smoothing (SES) and Holt’s Method
Simple Averages
If historical data exhibit no trend, the series would appear to be from a common distribution
DMA
DMA is designed to correct the persistent forecasting errors associated with data trend.
equal weights for the past K observations.
Single Exponential Smoothing (SES)
Exponential smoothing: higher weights for more recent observations
A small α (close to zero) will give what?
More weights to observations from distant past and result in stable predictions based on long-run weighted averages.
SES is not appropriate when?
the data has a trend
Holt’s method
adjusts the current level by adding the trend in the previous period.
This adjustment reduces the lag that exists with SES
also called Double exponential smoothing (DES)
SES vs Holt’s Method
Therefore SES is a special case of Holt’s method: when there is only a single parameter (the level) to smooth.