BADM311 Lecture 4
BADM311 Lecture 4
Decision Making
Lecture 3
Time series analysis and Linear Regression
Time Series Analysis and
Forecasting
Quantitative Approaches to Forecasting
Forecast Accuracy
Example
Time Series Patterns
Horizontal
Seasonal
Cyclical
Time Series Patterns
Cyclical Pattern
• A cyclical pattern exists if the time series plot shows an alternating sequence of
points below and above the trend line lasting more than one year.
• Often, the cyclical component of a time series is due to multiyear business cycles.
• Business cycles are extremely
difficult, if not impossible, to
forecast.
• In this chapter we do not deal
with cyclical effects that may be
present in the time series.
Forecast Accuracy
Et = Yt – Ft
• Mean Forecast Error (MFE):
^ =𝛼 𝑌 + ( 1− 𝛼 ) 𝑌
𝑌 ^
𝑡 +1 𝑡 𝑡
where:
= forecast of the time series for period t + 1
Yt = actual value of the time series in period t
Ft = forecast of the time series for period t
a = smoothing constant (0 < a < 1)
and let:
^ =𝑌 (¿ initiate the computations)
𝑌 2 1
Example: Exponential Smoothing
= Y1 = 110
= .1Y2 + .9 = .1(115) + .9(110) = 110.50
= .1Y3 + .9 = .1(125) + .9(110.5) = 111.95
= .1Y4 + .9 = .1(120) + .9(111.95) = 112.76
= .1Y5 + .9 = .1(125) + .9(112.76) = 113.98
= .1Y6 + .9 = .1(120) + .9(113.98) = 114.58
= .1Y7 + .9 = .1(130) + .9(114.58) = 116.12
= .1Y8 + .9 = .1(115) + .9(116.12) = 116.01
= .1Y9 + .9 = .1(110) + .9(116.01) = 115.41
Example: Exponential Smoothing
Forecast Accuracy
82.95
MAE= =9.22
9
974.22
MSE= =108.25
9
66.98
MAPE= =7.44 %
9
Forecast Accuracy
75.19
MAE= =8.35
9
847.52
MSE= =94.17
9
61.61
MAPE= =6.85 %
9
Exponential smoothing (with a = .8) provided
more accurate forecasts than ES with a = .1,
but less accurate than the 3-MA.