Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 36

Demand Forecasting:

Time Series Models






Professor Stephen R. Lawrence
College of Business and Administration
University of Colorado
Boulder, CO 80309-0419
Forecasting Horizons
Long Term
- 5+ years into the future
- R&D, plant location, product planning
- Principally judgement-based
Medium Term
- 1 season to 2 years
- Aggregate planning, capacity planning, sales forecasts
- Mixture of quantitative methods and judgement
Short Term
- 1 day to 1 year, less than 1 season
- Demand forecasting, staffing levels, purchasing, inventory levels
- Quantitative methods
Short Term Forecasting:
Needs and Uses
Scheduling existing resources
- How many employees do we need and when?
- How much product should we make in anticipation of demand?
Acquiring additional resources
- When are we going to run out of capacity?
- How many more people will we need?
- How large will our back-orders be?
Determining what resources are needed
- What kind of machines will we require?
- Which services are growing in demand? declining?
- What kind of people should we be hiring?
Types of Forecasting Models
Types of Forecasts
- Qualitative --- based on experience, judgement, knowledge;
- Quantitative --- based on data, statistics;

Methods of Forecasting
- Naive Methods --- eye-balling the numbers;
- Formal Methods --- systematically reduce forecasting errors;
time series models (e.g. exponential smoothing);
causal models (e.g. regression).
- Focus here on Time Series Models

Assumptions of Time Series Models
- There is information about the past;
- This information can be quantified in the form of data;
- The pattern of the past will continue into the future.
Forecasting Examples
Examples from student projects:
- Demand for tellers in a bank;
- Traffic on major communication switch;
- Demand for liquor in bar;
- Demand for frozen foods in local grocery warehouse.

Example from Industry: American Hospital Supply Corp.
- 70,000 items;
- 25 stocking locations;
- Store 3 years of data (63 million data points);
- Update forecasts monthly;
- 21 million forecast updates per year.
Simple Moving Average
Forecast F
t
is average of n previous observations or
actuals D
t
:







Note that the n past observations are equally weighted.
Issues with moving average forecasts:
- All n past observations treated equally;
- Observations older than n are not included at all;
- Requires that n past observations be retained;
- Problem when 1000's of items are being forecast.

+ =
+
+ +
=
+ + + =
t
n t i
i t
n t t t t
D
n
F
D D D
n
F
1
1
1 1 1
1
) (
1

Simple Moving Average


Include n most recent observations
Weight equally
Ignore older observations
weight
today
1 2
3
... n
1/n
Moving Average
Internet Unicycle Sales
0
50
100
150
200
250
300
350
400
450
Apr-01 Sep-02 Jan-04 May-05 Oct-06 Feb-08 Jul-09 Nov-10 Apr-12 Aug-13
Month
U
n
i
t
s
n = 3
Example:

Moving Average
Forecasting
Exponential Smoothing I
Include all past observations
Weight recent observations much more heavily
than very old observations:
weight
today
Decreasing weight given
to older observations
Exponential Smoothing I
Include all past observations
Weight recent observations much more heavily
than very old observations:
weight
today
Decreasing weight given
to older observations
0 1 < < o
o
Exponential Smoothing I
Include all past observations
Weight recent observations much more heavily
than very old observations:
weight
today
Decreasing weight given
to older observations
0 1 < < o
o
o o ( ) 1
Exponential Smoothing I
Include all past observations
Weight recent observations much more heavily
than very old observations:
weight
today
Decreasing weight given
to older observations
0 1 < < o
o
o o
o o
( )
( )
1
1
2

Exponential Smoothing: Concept


Include all past observations
Weight recent observations much more heavily
than very old observations:
weight
today
Decreasing weight given
to older observations
0 1 < < o
o
o o
o o
o o
( )
( )
( )
1
1
1
2
3

Exponential Smoothing: Math


| |

+ + + =
+ + + =


2 1
2
2
1
) 1 ( ) 1 (
) 1 ( ) 1 (
t t t t
t t t t
D a D D F
D D D F
o o o o
o o o o o
Exponential Smoothing: Math
1
) 1 (

+ =
t t t
F a aD F
| |

+ + + =
+ + + =


2 1
2
2
1
) 1 ( ) 1 (
) 1 ( ) 1 (
t t t t
t t t t
D a D D F
D D D F
o o o o
o o o o o
Exponential Smoothing: Math
Thus, new forecast is weighted sum of old forecast and actual
demand
Notes:
- Only 2 values (D
t
and F
t-1
) are required, compared with n for moving
average
- Parameter a determined empirically (whatever works best)
- Rule of thumb: o < 0.5
- Typically, o = 0.2 or o = 0.3 work well
Forecast for k periods into future is:
1
2
2
1
) 1 (
) 1 ( ) 1 (


+ =
+ + + =
t t t
t t t t
F a aD F
D a a D a a aD F
t k t
F F =
+
Exponential Smoothing
Internet Unicycle Sales (1000's)
0
50
100
150
200
250
300
350
400
450
Jan-03 May-04 Sep-05 Feb-07 Jun-08 Nov-09 Mar-11 Aug-12
Month
U
n
i
t
s
o = 0.2
Example:

Exponential Smoothing
Complicating Factors
Simple Exponential Smoothing works well
with data that is moving sideways
(stationary)
Must be adapted for data series which
exhibit a definite trend
Must be further adapted for data series
which exhibit seasonal patterns
Holts Method:
Double Exponential Smoothing
What happens when there is a definite trend?
A trendy clothing boutique has had the following sales
over the past 6 months:
1 2 3 4 5 6
510 512 528 530 542 552
480
490
500
510
520
530
540
550
560
1 2 3 4 5 6 7 8 9 10
Month
Demand
Actual
Forecast
Holts Method:
Double Exponential Smoothing
Ideas behind smoothing with trend:
- ``De-trend'' time-series by separating base from trend effects
- Smooth base in usual manner using o
- Smooth trend forecasts in usual manner using |
Smooth the base forecast B
t



Smooth the trend forecast T
t



Forecast k periods into future F
t+k
with base and trend
) )( 1 (
1 1
+ + =
t t t t
T B D B o o
1 1
) 1 ( ) (

+ =
t t t t
T B B T | |
t t k t
kT B F + =
+
ES with Trend
Internet Unicycle Sales (1000's)
0
50
100
150
200
250
300
350
400
450
Jan-03 May-04 Sep-05 Feb-07 Jun-08 Nov-09 Mar-11 Aug-12
Month
U
n
i
t
s
o = 0.2, | = 0.4
Example:

Exponential Smoothing
with Trend
Winters Method:
Exponential Smoothing
w/ Trend and Seasonality
Ideas behind smoothing with trend and seasonality:
- De-trend: and de-seasonalizetime-series by separating base from
trend and seasonality effects
- Smooth base in usual manner using o
- Smooth trend forecasts in usual manner using |
- Smooth seasonality forecasts using

Assume m seasons in a cycle
- 12 months in a year
- 4 quarters in a month
- 3 months in a quarter
- et cetera
Winters Method:
Exponential Smoothing
w/ Trend and Seasonality
Smooth the base forecast B
t




Smooth the trend forecast T
t



Smooth the seasonality forecast S
t

) )( 1 (
1 1

+ + =
t t
m t
t
t
T B
S
D
B o o
1 1
) 1 ( ) (

+ =
t t t t
T B B T | |
m t
t
t
t
S
B
D
S

+ = ) 1 (
Winters Method:
Exponential Smoothing
w/ Trend and Seasonality
Forecast F
t
with trend and seasonality




Smooth the trend forecast T
t



Smooth the seasonality forecast S
t

m k t t t k t
S kT B F
+ +
+ = ) (
1 1
1 1
) 1 ( ) (

+ =
t t t t
T B B T | |
m t
t
t
t
S
B
D
S

+ = ) 1 (
ES with Trend and Seasonality
Internet Unicycle Sales (1000's)
0
50
100
150
200
250
300
350
400
450
500
Jan-03 May-04 Sep-05 Feb-07 Jun-08 Nov-09 Mar-11 Aug-12
Month
U
n
i
t
s
o = 0.2, | = 0.4, = 0.6
Example:

Exponential Smoothing
with
Trend and Seasonality
Forecasting Performance
Mean Forecast Error (MFE or Bias): Measures
average deviation of forecast from actuals.

Mean Absolute Deviation (MAD): Measures
average absolute deviation of forecast from
actuals.

Mean Absolute Percentage Error (MAPE):
Measures absolute error as a percentage of the
forecast.

Standard Squared Error (MSE): Measures
variance of forecast error
How good is the forecast?
Forecasting Performance Measures
) (
1
1
t
n
t
t
F D
n
MFE =

=

=
=
n
t
t t
F D
n
MAD
1
1

=
n
t
t
t t
D
F D
n
MAPE
1
100
2
1
) (
1
t
n
t
t
F D
n
MSE =

=
Want MFE to be as close to zero as possible --
minimum bias
A large positive (negative) MFE means that the
forecast is undershooting (overshooting) the actual
observations
Note that zero MFE does not imply that forecasts are
perfect (no error) -- only that mean is on target
Also called forecast BIAS
Mean Forecast Error (MFE or Bias)
) (
1
1
t
n
t
t
F D
n
MFE =

=
Mean Absolute Deviation (MAD)
Measures absolute error
Positive and negative errors thus do not cancel out (as
with MFE)
Want MAD to be as small as possible
No way to know if MAD error is large or small in
relation to the actual data

=
=
n
t
t t
F D
n
MAD
1
1
Mean Absolute Percentage Error
(MAPE)
Same as MAD, except ...
Measures deviation as a percentage of actual data

=
n
t
t
t t
D
F D
n
MAPE
1
100
Mean Squared Error (MSE)
Measures squared forecast error -- error variance
Recognizes that large errors are disproportionately more
expensive than small errors
But is not as easily interpreted as MAD, MAPE -- not as
intuitive
2
1
) (
1
t
n
t
t
F D
n
MSE =

=
Fortunately, there is software...

You might also like