Prelim 2 – Module 5: Forecasting Flashcards
Method: Historical Analogy
Type:
Data Required:
Relative Cost:
Horizon:
Type: subjective
Data Required: experience
Relative Cost: high
Horizon: medium to long
Method: Regression
Type:
Data Required:
Relative Cost:
Horizon:
Type: causal
Data Required: all past data
Relative Cost: medium
Horizon: medium
Method: Moving average
Type:
Data Required:
Relative Cost:
Horizon:
Type: time series
Data Required: recent data
Relative Cost: very low
Horizon: short
Method: Exponential Smoothing
Type:
Data Required:
Relative Cost:
Horizon:
Type: time series
Data Required: last forecast and smoothed value
Relative Cost: very low
Horizon: short
How do we calculate an N-period moving average forecast?
-> what is MAt
-> what is At
MAt = the N-period moving average at the end of period T
At = actual observation for period T
Forecast formula
Ft+1 = MAt
Strengths of a moving average forecast
- only need N observations to make a forecast
- very inexpensive and easy to understand
Drawbacks of a moving average forecast
- does not consider observations older than N periods
- gives equal weight to last N observations
Exponential smoothing advantages
- old data are never dropped but have progressively less influence
- don’t need to keep any historical information; only need most recent smoother value
St =
Smoothed value at end of period T
𝑆𝑇=𝑆(𝑇−1)+𝛼∗(𝐴𝑇−𝐹𝑇 )=(1−𝛼)∗𝑆(𝑇−1)+𝛼∗𝐴𝑇
At =
Actual observation for period T
Ft+1 = St
Forecast for period T+1
New smoothed value =
Old smoothed value + α*observed error
Which of the following two statements is true?
1. When alpha is small (i.e., closer to 0), older data points have more weight in determining the forecast.
2. When alpha is large (i.e., closer to 1), older data points have more weight in determining the forecast.
- When alpha is small (i.e., closer to 0), older data points have more weight in determining the forecast.
𝛼 = 1
Naive forecast (i.e., use last actual value)