Forecasting
Forecasting
Types of Forecasts
Qualitative (Judgmental)
Quantitative
Time Series Analysis
Causal Relationships
2
Time Series Analysis
Time series forecasting models try to
predict the future based on past data
You can pick models based on:
Time horizon to forecast
Data availability
Accuracy required
Size of forecasting budget
Availability of qualified personnel
4
Simple Moving Average Formula
5
Simple Moving Average Problem (1)
2 678 =682.67
3 720 F =(650+678+720
7
+785+859+920)/6
4 785 682.67
=768.67
5 859 727.67
6 920 788.00
7 850 854.67 768.67
8 758 876.33 802.00
9 892 842.67 815.33
10 920 833.33 844.00
11 789 856.67 866.50
12 844 867.00 854.83
7
©The McGraw-Hill Companies, Inc., 2004
Plotting the moving averages and comparing them shows how
the lines smooth out to reveal the overall upward trend in this
example
950
900
850
800
Dem an d
750
Demand
700
650 3-Week
600 6-Week
550
500
1 2 3 4 5 6
Week 7 8 9 10 11 12
9
Simple Moving Average Problem (2)
Solution
Week Demand 3-Week 5-Week
1 820 F4=(820+775+680)/3
2 775 =758.33
F6=(820+775+680
3 680 +655+620)/5
4 655 758.33 =710.00
5 620 703.33
6 600 651.67 710.00
7 575 625.00 666.00
10
Weighted Moving Average Formula
While the moving average formula implies an
equal weight being placed on each value that is
being averaged, the weighted moving average
permits an unequal weighting on prior time
periods
The formula for the moving average is:
Ft = w 1 A t-1 + w 2 A t- 2 + w 3 A t-3 + ...+ w n A t- n
n
wt = weight given to time period “t”
occurrence (weights must add to one)
w
i=1
i =1
11
Weighted Moving Average Problem (1)
Question: Given the weekly demand and weights, what is the forecast
for the 4th period or Week 4?
Week Demand
Weights:
1 650
2 678 t-1 .5
3 720 t-2 .3
4 t-3 .2
12
Weighted Moving Average Problem (1)
F4 = 0.5(720)+0.3(678)+0.2(650)=693.4
13
Weighted Moving Average Problem (2)
Question: Given the weekly demand information and weights,
what is the weighted moving average forecast of the 5th period
or week?
14
Weighted Moving Average Problem (2)
F5 = (0.1)(775)+(0.2)(680)+(0.7)(655)= 672
15
Exponential Smoothing Model
850
800
750 Demand
700
Demand
650 0.1
600 0.6
550
500
1 2 3 4 5 6 7 8 9 10
Week
19
Exponential Smoothing Problem (2)
20
Exponential Smoothing Problem (2)
F1=820+(0.5)(820-820)=820 F3=820+(0.5)(775-820)=797.75
22
MAD Problem Data
40
n
Note that by itself, the
A
t=1
t - Ft
40 MAD only lets us know the
MAD = = = 10 mean error in a set of
n 4 forecasts
24
Tracking Signal
The Tracking Signal or TS is a measure that
indicates whether the forecast average is keeping
pace with any genuine upward or downward
changes in demand
Depending on the number of MAD’s selected, the
TS can be used like a quality control chart
indicating when the model is generating too much
error in its forecasts
TS formula is:
Deman Sum
Mont d devia Abs of
Actual RSFE MAD TS
h foreca tion Dev Abs
st dev
1 1000 950 -50 -50 50 50 50 -1
2 1000 1070 70 20 70 120 60 0.33
3 1000 1100 100 120 100 220 73.3 1.64
4 1000 960 -40 80 40 260 65 1.23
5 1000 1090 90 170 90 350 70 2.43
6 1000 1050 50 220 50 400 66.7 3.3
26
Tracking Signal
27
Tracking Signal
28