Forecasting
Forecasting
1 42
2 40
3 43
4 40
5 41
6
7
Solution:
F6 = 43 + 40 + 41
3
F6 = 41.33
If actual demand in period 6 turns out to be 38, the
moving average forecast for period 7 would be:
F7 = 40 + 41 + 38
3
F7 = 39.67
Weighted moving
average
More recent values in a series are given more weight in
computing a forecast.
A weighted average is similar to a moving average, except
that it assigns more weight to the most recent values in a
times series.
For instance, the most recent value might be assigned a
weight of .40, the next most recent value a weight of .30,
the next after that a weight of .20, and the next after that a
weight of .10.
Note that weights must sum to 1.00, and that the heaviest
weights are assigned to the most recent values.
Where:
1 42
2 40
3 43
4 40
5 41
6
7
Solution:
F6 = .10(40) + .20(43) + .30(40) + .40(41)
F6 =41
Or
F6 = (41 x 4) + (40 x 3) + (43 x 2) + (40 x 1)
(4+3+2+1) – for weight
F6 = 164 + 120 + 86 + 40
10
F6 = 410
10
F6= 41
If the actual demand for period 6 is 39, forecast
demand for period 7 using the same weights as in
part a.
F7 = .10(43) + .20(40) +.30(41) + .40(39)
Or = (39 x 4) + (41 x 3) + (40 x 2) + (43 x 1)
10
F7 = 40.2
Exponential smoothing
Solution:
Ft = 42 + .40 (40 – 42)
Ft = 41.20
Alternative solution:
Ft = (1 – .40) (42) + .40 (40)
= .60 (42) + .40 (40)
Ft = 41.20
If the actual demand turns out to be 43, then
the next forecast would be:
Ft = 41.2 + .40 (43 – 41.2)
Ft = 41.92
Alternative solution:
Ft = (1 – .40) (41.2) + .40 (43)
= .60 (41.2) + .40 (43)
Ft= 41.92
B. Casual or Explanatory
Methods
Simple Linear Regression Model
– The object in linear regression is to obtain an equation
of a straight line that minimizes the sum of squared
vertical deviations of data points from the line (i.e., the
least squares criterion). This least squares linehas the
equation:
y = a+bx
Where:
y=Predicted (dependent) variable
x = Predictor (independent) variable
b = Slope of the line
a = Value of y c when x = 0 (i.e., the height of the line at the y intercept)
The coefficients a andb of the line are based
on the following two equations:
Examples
t y ty t2
0 12 0 0
1 19 19 1
2 29 58 4
3 37 111 9
4 45 180 16
∑t = 10 ∑y = 142 ∑ty = 368 ∑t2 = 30
We now calculate a and b using the least
square regression formula for a and b.
a = [(142) – 8.4(10)] / 5
a = 11.6
In 2012, t = 2012 – 2005 = 7
y = a + bx
= 11.6 + 8.4(7)
= 70.4 million dollars
Qualitative or
Judgmental Methods
Delphi Method
•The Delphi method is a process of gaining
consensus from a group of experts while
maintaining their anonymity. It is forecasting
techniques applied to subjective nature
demand values. It is useful when there is no
historical data from which to develop
statistical models and when managers
inside the firm have no experience.
Market Research
Where:
t = any given time period
Three commonly used measures for
summarizing historical errors:
Total