BM2 Chapter 5 Forecasting
BM2 Chapter 5 Forecasting
Forecasting
Forecast
It is a statement about
the future value of a
variable of interest.
Features Common to All
Forecasts
Executive opinions
Sales-force opinions
Consumer surveys
An interactive process in which managers and
Delphi method staff complete a series of questionnaires, each
developed from the previous one, to achieve a
consensus forecast.
II. Time-Series Forecasting - Naïve Forecast
t A F A-F
1 20 - -
2 25 20 5
3 15 25 -10
4 30 15 15
5 27 30 -3
II. Time-Series Forecasting
Averaging - They can handle step changes or gradual changes in
the level of a series.
Techniques:
1. Moving average
2. Weighted moving average
3. Exponential smoothing
II. Time-Series Forecasting – Moving Average
A t −i
Ft = MA n = i =1
recent actual values, n
updated as new values where
Ft = Forecast for time period t
become available. MA n = n period moving average
At −1 = Actual value in period t − 1
n = Number of periods in the moving average
II. Time-Series Forecasting – Moving Average
Compute a three-period moving average forecast
given demand for shopping carts for the last five
periods.
Period Actual Demand
1 42
2 40
3 43
4 40
5 41
II. Time-Series Forecasting – Moving Average
F6= (43 + 40 + 41)/3
= 41.33
Ft = wt ( At ) + wt −1 ( At −1 ) + ... + wt − n ( At − n )
where
wt = weight for period t , wt −1 = weight for period t − 1, etc.
At = the actual value for period t , At −1 = the actual value for period t − 1, etc.
II. Time-Series Forecasting – Weighted Moving Average
Ft =a+bt
where
Ft = Forecast for period t
a = Value of Ft at t = 0, which is the y intercept b =
Slope of the line
t = Specified number of time periods from t = 0
Linear Trend
Equation
yc =a+bx
Where:
yc = Predicted (dependent) variable
x = Predictor (independent) variable
b = Slope of the line
a = Value of yc when x = 0
Simple Linear
Regression