Heizer Om10 ch04
Heizer Om10 ch04
4-1
What is Forecasting?
◆ Process of predicting
a future event
◆ Underlying basis
of all business
??
decisions
◆ Production
◆ Inventory
◆ Personnel
◆ Facilities
4-2
Forecasting Time Horizons
◆ Short-range forecast
◆ Up to 1 year, generally less than 3 months
◆ Purchasing, job scheduling, workforce
levels, job assignments, production levels
◆ Medium-range forecast
◆ 3 months to 3 years
◆ Sales and production planning, budgeting
◆ Long-range forecast
◆ 3+ years
◆ New product planning, facility location,
research and development
4-3
Types of Forecasts
◆ Economic forecasts
◆ Address business cycle – inflation rate,
money supply, housing starts, etc.
◆ Technological forecasts
◆ Predict rate of technological progress
◆ Impacts development of new products
◆ Demand forecasts
◆ Predict sales of existing products and
services
4-4
Forecasting Approaches
Qualitative Methods
◆ Used when situation is vague
and little data exist
◆ New products
◆ New technology
◆ Involves intuition, experience
◆ e.g., forecasting sales on
Internet
4-5
Forecasting Approaches
Quantitative Methods
◆ Used when situation is ‘stable’ and
historical data exist
◆ Existing products
◆ Current technology
◆ Involves mathematical techniques
◆ e.g., forecasting sales of color
televisions
4-6
Overview of Quantitative
Approaches
1. Naive approach
2. Moving averages
time-series
3. Exponential models
smoothing
4. Trend projection
5. Linear regression associative
model
4-7
Time Series Forecasting
4-8
Time Series Components
Trend Cyclical
Seasonal Random
4-9
Components of Demand
Trend
component
Demand for product or service
Seasonal peaks
Actual demand
line
Average demand
over 4 years
Random variation
| | | |
1 2 3 4
Time (years)
Figure 4.1
4 - 10
Trend Component
◆ Persistent, overall upward or
downward pattern
◆ Changes due to population,
technology, age, culture, etc.
◆ Typically several years
duration
4 - 11
Seasonal Component
◆ Regular pattern of up and
down fluctuations
◆ Due to weather, customs, etc.
◆ Occurs within a single year
Number of
Period Length Seasons
Week Day 7
Month Week 4-4.5
Month Day 28-31
Year Quarter 4
Year Month 12
Year Week 52
4 - 12
Cyclical Component
◆ Repeating up and down movements
◆ Affected by business cycle,
political, and economic factors
◆ Multiple years duration
◆ Often causal or
associative
relationships
0 5 10 15 20
4 - 13
Random Component
◆ Erratic, unsystematic, ‘residual’
fluctuations
◆ Due to random variation or unforeseen
events
◆ Short duration
and nonrepeating
M T W T F
4 - 14
Moving Average Method
4 - 15
Exponential Smoothing
◆ Form of weighted moving average
◆ Weights decline exponentially
◆ Most recent data weighted most
◆ Requires smoothing constant ()
◆ Ranges from 0 to 1
◆ Subjectively chosen
◆ Involves little record keeping of past
data
4 - 16
Exponential Smoothing
New forecast = Last period’s forecast
+ (Last period’s actual demand
– Last period’s forecast)
Ft = Ft – 1 + (At – 1 - Ft – 1)
4 - 17
Common Measures of Error
4 - 18
Common Measures of Error
n
∑100|Actuali - Forecasti|/Actuali
MAPE = i=1
n
4 - 19
Trend Projections
Fitting a trend line to historical data points
to project into the medium to long-range
Linear trends can be found using the least
squares technique
y^ = a + bx
^ = computed value of the variable to
where y
be predicted (dependent variable)
a = y-axis intercept
b = slope of the regression line
x = the independent variable
4 - 20
Seasonal Variations In Data
The multiplicative
seasonal model
can adjust trend
data for seasonal
variations in
demand
4 - 21
Associative Forecasting
Used when changes in one or more
independent variables can be used to predict
the changes in the dependent variable
4 - 22
Associative Forecasting
Forecasting an outcome based on
predictor variables using the least squares
technique
y^ = a + bx
^
where y = computed value of the variable to
be predicted (dependent variable)
a = y-axis intercept
b = slope of the regression line
x = the independent variable though to
predict the value of the dependent
variable
4 - 23
Associative Forecasting
Example
Sales Area Payroll
($ millions), y ($ billions), x
2.0 1
3.0 3
2.5 4 4.0 –
2.0 2
2.0 1 3.0 –
3.5 7 Sales
2.0 –
1.0 –
| | | | | | |
0 1 2 3 4 5 6 7
Area payroll
4 - 24
Associative Forecasting
Example
Sales, y Payroll, x x2 xy
2.0 1 1 2.0
3.0 3 9 9.0
2.5 4 16 10.0
2.0 2 4 4.0
2.0 1 1 2.0
3.5 7 49 24.5
∑y = 15.0 ∑x = 18 ∑x2 = 80 ∑xy = 51.5
| | | | | | |
0 1 2 3 4 5 6 7
Area payroll
4 - 26
Standard Error of the
Estimate
◆ A forecast is just a point estimate of a
future value
◆ This point is 4.0 –
actually the 3.25
mean of a 3.0 –
Nodel’s sales
probability 2.0 –
distribution
1.0 –
| | | | | | |
0 1 2 3 4 5 6 7
Area payroll
Figure 4.9
4 - 27
Standard Error of the
Estimate
∑(y - yc)2
Sy,x =
n-2
4 - 28
Correlation
◆ How strong is the linear
relationship between the variables?
◆ Correlation does not necessarily
imply causality!
◆ Coefficient of correlation, r,
measures degree of association
◆ Values range from -1 to +1
4 - 29
Correlation Coefficient
nSxy - SxSy
r=
[nSx2 - (Sx)2][nSy2 - (Sy)2]
4 - 30
y y
Correlation Coefficient
nSxy - SxSy
r=
[nSx 2 - (Sx)2][nSy2 - (Sy)2]
(a) Perfect positive x (b) Positive x
correlation: correlation:
r = +1 0<r<1
y y
y^ = a + b1x1 + b2x2 …