SE 201 Chapter 6 Forecasting
SE 201 Chapter 6 Forecasting
What is Forecasting?
A forecast is an estimate of what is likely to happen in
the future.
Forecasts are concerned with determining what the
future will look like; planning is concerned with what it
should look like.
Forecasting provides a basis for coordinating activities
in various parts of the company.
Forecasts are an important input to both long-term,
strategic decision-making, as well as for short-term
planning for day-to-day operations.
1
Demand Forecasting
Importance of Forecasting
Forecasting is important for all of the functional areas of
business:
Types of Forecasts
3
Demand Forecasting
Features of Forecasts
All forecasting techniques have the same features:
4
Demand Forecasting
5
Demand Forecasting
6
Demand Forecasting
Forecasting Approaches
There are two major approaches to forecasting: qualitative
(judgmental) and quantitative methods.
7
Demand Forecasting
8
Demand Forecasting
9
Demand Forecasting
Classification of Forecasting Methods
F o reca stin g
S alesforce
N aive T ech n iq u es T ech n iq u es T ech n iq u es S im p le M u ltip le
F orecast for A veragin g for T ren d for S eason ality L in ear R egression L in ear R egression O pinions
C onsum er
S im p le Trend T r e n d a n d S e a so n a l
M o vin g A ve r a g e E x p o n e n tia l S m o o th in g E x p o n e n tia l S m o o th in g S urveys
W e ig h te d
M o vin g A ve r a g e
Trend
P r o je c tio n
Trend
P r o je c tio n
M ark et
R esearch
S im p le
E x p o n e n tia l S m o o th in g
M arket
S u rveys
M arket
T ests
D elp hi
M ethod
10
Demand Forecasting
11
Demand Forecasting
Figure 1: Product Demand Charted Over 4 Years with a Growth Trend and Seasonality
Average demand
over four years
Random variation
12
Demand Forecasting
Naive Forecasts
A forecast that assumes that demand in the next period
will be equal to demand in the most recent period.
Can handle the following components of demand:
Random variation. The last data point becomes the forecast for the
next period.
Seasonal variation. The forecast for “this season” is equal to the
value of the series “last season”.
Trend. The forecast is equal to the last value of the data series,
plus or minus the difference between the last two values.
13
Demand Forecasting
14
Demand Forecasting
Moving Average
A technique that uses a number of historical data values to generate a
forecast.
Involves finding a series of successive averages by dropping the first
data value in the series and adding the last data value.
Useful for data without trend, seasonality, or cycles.
450
425
400
375
350
1 4 7 10 13 16 19 22 25 28
Week
Demand Forecasting
Simple Moving Average
A key decision involves selecting the number of periods that will be included
in the average.
The larger the number of periods, the greater the smoothing; the smaller the
number of periods, the quicker the forecast reacts to changes in the data.
2 62 80
3 84
4 78 66.3 70
5 95 74.7
6 75 85.7 74.4 60
7 66 82.7 78.8
8 82 78.7 79.6 50
9 71 74.3 79.2 1 2 3 4 5 6 7 8 9 10
10 83 73.0 77.8
78.7 75.4 Period
Demand 3-Period MA 5-Period MA
16
Demand Forecasting
Example 1 – Simple Moving Average Illustration
Market Mixer, Inc. sells can openers. Monthly sales for an eight-month period were as
follows:
Month Sales Month Sales
1 450 5 460
2 425 6 455
3 445 7 430
4 435 8 420
Forecast next month’s sales using a 3-month moving average.
Solution:
Period Sales Moving Average Forecast Comments:
1 450 1. Any forecasts beyond Period 9 will
2 425 have the same value as the Period 9
forecast; i.e., 435.
3 445
2. As a new actual value becomes
4 435 (450 + 425 + 445) / 3 = 440 available, the forecast will be updated
5 460 (425 + 445 + 435) / 3 = 435 by adding the newest value and
6 455 (445 + 435 + 460) / 3 = 447 dropping the oldest one.
7 430 (435 + 460 + 455) / 3 = 450 3. SMA gives equal weight to all values
in the average. Hence, the oldest
8 420 (460 + 455 + 430) /3 = 448 value has the same weight, or
9 (455 + 430 + 420) / 3 = 435 importance, as the newest.
17
Demand Forecasting
20
Demand Forecasting
Example 3 – Simple Exponential Smoothing Illustration
(Let us continue with the same problem as we had in Example 1.) Market Mixer, Inc.
sells can openers. Monthly sales for an eight-month period were as follows:
Month Sales Month Sales
1 450 5 460
2 425 6 455
3 445 7 430
4 435 8 420
Forecast next month’s sales using exponential smoothing with alpha () = 0.30 and the
first (starting) forecast = 450.
Solution:
Period Sales Exponential Smoothing Forecast
1 450 450
Comments:
2 425 (.30*450) + (1 - .30)*450 = 450
1. Any forecasts beyond Period 9
3 445 (.30*425) + (1 - .30)*450 = 443 will have the same value as the
4 435 (.30*445) + (1 - .30)*443 = 443 Period 9 forecast, i.e., 436.
5 460 (.30*435) + (1 - .30)*443 = 441 3. The higher the value of , the
6 455 (.30*460) + (1 - .30)*441 = 447 quicker the reaction to changes
in the data and the less the
7 430 (.30*455) + (1 - .30)*447 = 449 smoothing.
8 420 (.30*430) + (1 - .30)*449 = 443
9 (.30*420) + (1 - .30)*443 = 436