Exponential Smoothing Flashcards
Exponential Smoothing Equation
Ft+1 = Ft + α * (Yt - Ft) or Ft+1 = α*Yt + (1-α)Ft
True/False The exponential smoothing method weighs recent observations more heavily than previous ones.
True
True/False Exponential smoothing requires minimum amount of record keeping for past data
True
True/False Exponential smoothing is appropriate where there is a predictable upward or downward trend.
False
True/False In exponential smoothing, a higher value of α gives more weight to recent values.
True
True/False In exponential smoothing, a lower value of α gives more weight to recent values.
False
True/False Exponential smoothing is appropriate where there is no predictable upward or downward trend.
True
Should you use single exponential smoothing or double exponential smoothing when there is a trend in the data?
Double Exponential smoothing
What is another name for Double Exponential Smoothing?
Holt’s Exponential Smoothing
True/False Holt’s Exponential Smoothing is better than Single Exponential Smoothing when there is a trend in the data.
True
True/False Single Exponential Smoothing is better than Holt’s Exponential Smoothing when there is a trend in the data.
False
What is a drawback of Holt’s Exponential Smoothing?
Forecasts may not be good after a few periods
What is β in Holt’s Exponential Smoothing?
A trend factor parameter used to adjust for trend
What are the two equations associated with Holt’s Exponential Smoothing?
Smoothing Level Adjustment
Trend Adjustment
Holt’s Exponential Smoothing
Smoothing Level Adjustment Equation
St = α(Current Value) + (1-α) (Level + Trend Adjustment)(t-1)