Forecasting - Intro - 2023
Forecasting - Intro - 2023
Overview
Quantitative Qualitative
Horizontal
Trend
Seasonal
Example: Company X
489.45
MSE = = 69.92
7
44.22
MAPE = = 6.32%
7
Exponential Smoothing
• Exponential Smoothing Forecast
where:
𝑌𝑡+1 = 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:
𝑌2 = 𝑌1 (to initiate the computations)
Example: Exponential Smoothing
Example: Company X
If Company X uses exponential smoothing
to forecast sales, which value for the smoothing
constant a, 0.1 or 0.8, gives better forecasts?
𝑌2 = Y1 = 110
𝑌3 = .1Y2 + .9𝑌2 = .1(115) + .9(110) = 110.50
𝑌4 = .1Y3 + .9𝑌3 = .1(125) + .9(110.5) = 111.95
𝑌5 = .1Y4 + .9𝑌4 = .1(120) + .9(111.95) = 112.76
𝑌6 = .1Y5 + .9𝑌5 = .1(125) + .9(112.76) = 113.98
𝑌7 = .1Y6 + .9𝑌6 = .1(120) + .9(113.98) = 114.58
𝑌8 = .1Y7 + .9𝑌7 = .1(130) + .9(114.58) = 116.12
𝑌9 = .1Y8 + .9𝑌8 = .1(115) + .9(116.12) = 116.01
𝑌10 = .1Y9 + .9𝑌9 = .1(110) + .9(116.01) = 115.41
Using Smoothing Constant Value a = .8
𝑌2 = = 110
𝑌3 = .8(115) + .2(110) = 114.00
𝑌4 = .8(125) + .2(114) = 122.80
𝑌5 = .8(120) + .2(122.80) = 120.56
𝑌6 = .8(125) + .2(120.56) = 124.11
𝑌7 = .8(120) + .2(124.11) = 120.82
𝑌8 = .8(130) + .2(120.82) = 128.16
𝑌9 = .8(115) + .2(128.16) = 117.63
𝑌10 = .8(110) + .2(117.63) = 111.53
Example: Exponential Smoothing (a = .1)
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
3-MA Forecast Accuracy Exponential Smoothing (a = .1) Exponential Smoothing (a = .8)