SlideShare a Scribd company logo
1 of 49
Forecasting techniques
Time-Series Forecasting
Decomposition of a Time Series
Naive Approach
Moving Averages
 Exponential Smoothing
 Exponential Smoothing with Trend
Adjustment
 Trend Projections
 Seasonal Variations in Data
 Cyclical Variations in Data
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
Seven Steps in Forecasting
• Determine the use of the forecast
• Select the items to be forecasted
• Determine the time horizon of the
forecast
• Select the forecasting model(s)
• Gather the data
• Make the forecast
• Validate and implement results
Overview of Quantitative
Approaches
• Naive approach
• Moving averages
• Exponential smoothing
• Trend projection
• Linear regression
Time-Series
Models
Associative
Model
Time Series Forecasting
• Set of evenly spaced numerical
data
– Obtained by observing response
variable at regular time periods
• Forecast based only on past values,
no other variables important
– Assumes that factors influencing past
and present will continue influence in
future
Trend
Seasonal
Cyclical
Random
Time Series Components
Components of Demand
Demand
for
product
or
service
| | | |
1 2 3 4
Year
Average
demand over
four years
Seasonal peaks
Trend
component
Actual
demand
Random
variation
Trend Component
• Persistent, overall upward or
downward pattern
• Changes due to population,
technology, age, culture, etc.
• Typically several years duration
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
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
Random Component
• Erratic, unsystematic, ‘residual’
fluctuations
• Due to random variation or
unforeseen events
• Short duration and
nonrepeating
M T W T F
Naive Approach
 Assumes demand in next
period is the same as
demand in most recent period
 e.g., If January sales were 68, then
February sales will be 68
 Sometimes cost effective and
efficient
 Can be good starting point
Moving Average Method
• MA is a series of arithmetic means
• Used if little or no trend
• Used often for smoothing
– Provides overall impression of data
over time
Moving average =
∑ demand in previous n periods
n
January 10
February 12
March 13
April 16
May 19
June 23
July 26
Actual 3-Month
Month Shed Sales Moving Average
(12 + 13 + 16)/3 = 13 2/3
(13 + 16 + 19)/3 = 16
(16 + 19 + 23)/3 = 19 1/3
Moving Average Example
10
12
13
(10 + 12 + 13)/3 = 11 2/3
Graph of Moving Average
| | | | | | | | | | | |
J F M A M J J A S O N D
Shed
Sales
30 –
28 –
26 –
24 –
22 –
20 –
18 –
16 –
14 –
12 –
10 –
Actual
Sales
Moving
Average
Forecast
Weighted Moving Average
• Used when trend is present
– Older data usually less important
• Weights based on experience and
intuition
Weighted
moving average =
∑ (weight for period n)
x (demand in period n)
∑ weights
January 10
February 12
March 13
April 16
May 19
June 23
July 26
Actual 3-Month Weighted
Month Shed Sales Moving Average
[(3 x 16) + (2 x 13) + (12)]/6 = 141/3
[(3 x 19) + (2 x 16) + (13)]/6 = 17
[(3 x 23) + (2 x 19) + (16)]/6 = 201/2
Weighted Moving Average
10
12
13
[(3 x 13) + (2 x 12) + (10)]/6 = 121/6
Weights Applied Period
3 Last month
2 Two months ago
1 Three months ago
6 Sum of weights
Potential Problems With
Moving Average
• Increasing n smooths the forecast
but makes it less sensitive to
changes
• Do not forecast trends well
• Require extensive historical data
Moving Average And
Weighted Moving Average
30 –
25 –
20 –
15 –
10 –
5 –
Sales
demand
| | | | | | | | | | | |
J F M A M J J A S O N D
Actual
sales
Moving
average
Weighted
moving
average
Figure 4.2
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
Exponential Smoothing
New forecast = Last period’s forecast
+ a (Last period’s actual demand
– Last period’s forecast)
Ft = Ft – 1 + a(At – 1 - Ft – 1)
where Ft = new forecast
Ft – 1 = previous forecast
a = smoothing (or weighting)
constant (0 ≤ a ≤ 1)
Exponential Smoothing
Example
Predicted demand = 142 Ford Mustangs
Actual demand = 153
Smoothing constant a = .20
Exponential Smoothing
Example
Predicted demand = 142 Ford Mustangs
Actual demand = 153
Smoothing constant a = .20
New forecast = 142 + .2(153 – 142)
Exponential Smoothing
Example
Predicted demand = 142 Ford Mustangs
Actual demand = 153
Smoothing constant a = .20
New forecast = 142 + .2(153 – 142)
= 142 + 2.2
= 144.2 ≈ 144 cars
Effect of
Smoothing Constants
Weight Assigned to
Most 2nd Most 3rd Most 4th Most 5th Most
Recent Recent Recent Recent Recent
Smoothing Period Period Period Period Period
Constant (a) a(1 - a) a(1 - a)2 a(1 - a)3 a(1 - a)4
a = .1 .1 .09 .081 .073 .066
a = .5 .5 .25 .125 .063 .031
Impact of Different a
225 –
200 –
175 –
150 – | | | | | | | | |
1 2 3 4 5 6 7 8 9
Quarter
Demand
a = .1
Actual
demand
a = .5
Impact of Different a
225 –
200 –
175 –
150 – | | | | | | | | |
1 2 3 4 5 6 7 8 9
Quarter
Demand
a = .1
Actual
demand
a = .5
Chose high values of a
when underlying average
is likely to change
Choose low values of a
when underlying average
is stable
Choosing a
The objective is to obtain the most
accurate forecast no matter the
technique
We generally do this by selecting the
model that gives us the lowest forecast
error
Forecast error = Actual demand - Forecast value
= At - Ft
Common Measures of Error
Mean Absolute Deviation (MAD)
MAD =
∑ |Actual - Forecast|
n
Mean Squared Error (MSE)
MSE =
∑ (Forecast Errors)2
n
Common Measures of Error
Mean Absolute Percent Error (MAPE)
MAPE =
∑100|Actuali - Forecasti|/Actuali
n
n
i = 1
Comparison of Forecast
Error
Rounded Absolute Rounded Absolute
Actual Forecast Deviation Forecast Deviation
Tonnage with for with for
Quarter Unloaded a = .10 a = .10 a = .50 a = .50
1 180 175 5.00 175 5.00
2 168 175.5 7.50 177.50 9.50
3 159 174.75 15.75 172.75 13.75
4 175 173.18 1.82 165.88 9.12
5 190 173.36 16.64 170.44 19.56
6 205 175.02 29.98 180.22 24.78
7 180 178.02 1.98 192.61 12.61
8 182 178.22 3.78 186.30 4.30
82.45 98.62
Comparison of Forecast
Error
Rounded Absolute Rounded Absolute
Actual Forecast Deviation Forecast Deviation
Tonnage with for with for
Quarter Unloaded a = .10 a = .10 a = .50 a = .50
1 180 175 5.00 175 5.00
2 168 175.5 7.50 177.50 9.50
3 159 174.75 15.75 172.75 13.75
4 175 173.18 1.82 165.88 9.12
5 190 173.36 16.64 170.44 19.56
6 205 175.02 29.98 180.22 24.78
7 180 178.02 1.98 192.61 12.61
8 182 178.22 3.78 186.30 4.30
82.45 98.62
MAD =
∑ |deviations|
n
= 82.45/8 = 10.31
For a = .10
= 98.62/8 = 12.33
For a = .50
Comparison of Forecast
Error
Rounded Absolute Rounded Absolute
Actual Forecast Deviation Forecast Deviation
Tonnage with for with for
Quarter Unloaded a = .10 a = .10 a = .50 a = .50
1 180 175 5.00 175 5.00
2 168 175.5 7.50 177.50 9.50
3 159 174.75 15.75 172.75 13.75
4 175 173.18 1.82 165.88 9.12
5 190 173.36 16.64 170.44 19.56
6 205 175.02 29.98 180.22 24.78
7 180 178.02 1.98 192.61 12.61
8 182 178.22 3.78 186.30 4.30
82.45 98.62
MAD 10.31 12.33
= 1,526.54/8 = 190.82
For a = .10
= 1,561.91/8 = 195.24
For a = .50
MSE =
∑ (forecast errors)2
n
Comparison of Forecast
Error
Rounded Absolute Rounded Absolute
Actual Forecast Deviation Forecast Deviation
Tonnage with for with for
Quarter Unloaded a = .10 a = .10 a = .50 a = .50
1 180 175 5.00 175 5.00
2 168 175.5 7.50 177.50 9.50
3 159 174.75 15.75 172.75 13.75
4 175 173.18 1.82 165.88 9.12
5 190 173.36 16.64 170.44 19.56
6 205 175.02 29.98 180.22 24.78
7 180 178.02 1.98 192.61 12.61
8 182 178.22 3.78 186.30 4.30
82.45 98.62
MAD 10.31 12.33
MSE 190.82 195.24
= 44.75/8 = 5.59%
For a = .10
= 54.05/8 = 6.76%
For a = .50
MAPE =
∑100|deviationi|/actuali
n
n
i = 1
Comparison of Forecast
Error
Rounded Absolute Rounded Absolute
Actual Forecast Deviation Forecast Deviation
Tonnage with for with for
Quarter Unloaded a = .10 a = .10 a = .50 a = .50
1 180 175 5.00 175 5.00
2 168 175.5 7.50 177.50 9.50
3 159 174.75 15.75 172.75 13.75
4 175 173.18 1.82 165.88 9.12
5 190 173.36 16.64 170.44 19.56
6 205 175.02 29.98 180.22 24.78
7 180 178.02 1.98 192.61 12.61
8 182 178.22 3.78 186.30 4.30
82.45 98.62
MAD 10.31 12.33
MSE 190.82 195.24
MAPE 5.59% 6.76%
Least Squares Method
Time period
Values
of
Dependent
Variable
Deviation1
(error)
Deviation5
Deviation7
Deviation2
Deviation6
Deviation4
Deviation3
Actual observation
(y value)
Trend line, y = a + bx
^
Least Squares Method
Time period
Values
of
Dependent
Variable
Deviation1
Deviation5
Deviation7
Deviation2
Deviation6
Deviation4
Deviation3
Actual observation
(y value)
Trend line, y = a + bx
^
Least squares method
minimizes the sum of the
squared errors (deviations)
Least Squares Method
Equations to calculate the regression variables
b =
Sxy - nxy
Sx2 - nx2
y = a + bx
^
a = y - bx
Least Squares Example
b = = = 10.54
∑xy - nxy
∑x2 - nx2
3,063 - (7)(4)(98.86)
140 - (7)(42)
a = y - bx = 98.86 - 10.54(4) = 56.70
Time Electrical Power
Year Period (x) Demand x2 xy
2001 1 74 1 74
2002 2 79 4 158
2003 3 80 9 240
2004 4 90 16 360
2005 5 105 25 525
2005 6 142 36 852
2007 7 122 49 854
∑x = 28 ∑y = 692 ∑x2 = 140 ∑xy = 3,063
x = 4 y = 98.86
Least Squares Example
b = = = 10.54
Sxy - nxy
Sx2 - nx2
3,063 - (7)(4)(98.86)
140 - (7)(42)
a = y - bx = 98.86 - 10.54(4) = 56.70
Time Electrical Power
Year Period (x) Demand x2 xy
1999 1 74 1 74
2000 2 79 4 158
2001 3 80 9 240
2002 4 90 16 360
2003 5 105 25 525
2004 6 142 36 852
2005 7 122 49 854
Sx = 28 Sy = 692 Sx2 = 140 Sxy = 3,063
x = 4 y = 98.86
The trend line is
y = 56.70 + 10.54x
^
Least Squares Example
| | | | | | | | |
2001 2002 2003 2004 2005 2006 2007 2008 2009
160 –
150 –
140 –
130 –
120 –
110 –
100 –
90 –
80 –
70 –
60 –
50 –
Year
Power
demand
Trend line,
y = 56.70 + 10.54x
^
Seasonal Variations In Data
The multiplicative
seasonal model
can adjust trend
data for seasonal
variations in
demand
Seasonal Variations In Data
1. Find average historical demand for each
season
2. Compute the average demand over all
seasons
3. Compute a seasonal index for each season
4. Estimate next year’s total demand
5. Divide this estimate of total demand by the
number of seasons, then multiply it by the
seasonal index for that season
Steps in the process:
Seasonal Index Example
Jan 80 85 105 90 94
Feb 70 85 85 80 94
Mar 80 93 82 85 94
Apr 90 95 115 100 94
May 113 125 131 123 94
Jun 110 115 120 115 94
Jul 100 102 113 105 94
Aug 88 102 110 100 94
Sept 85 90 95 90 94
Oct 77 78 85 80 94
Nov 75 72 83 80 94
Dec 82 78 80 80 94
Demand Average Average Seasonal
Month 2005 2006 2007 2005-2007 Monthly Index
Seasonal Index Example
Jan 80 85 105 90 94
Feb 70 85 85 80 94
Mar 80 93 82 85 94
Apr 90 95 115 100 94
May 113 125 131 123 94
Jun 110 115 120 115 94
Jul 100 102 113 105 94
Aug 88 102 110 100 94
Sept 85 90 95 90 94
Oct 77 78 85 80 94
Nov 75 72 83 80 94
Dec 82 78 80 80 94
Demand Average Average Seasonal
Month 2005 2006 2007 2005-2007 Monthly Index
0.957
Seasonal index =
average 2005-2007 monthly demand
average monthly demand
= 90/94 = .957
Seasonal Index Example
Jan 80 85 105 90 94 0.957
Feb 70 85 85 80 94 0.851
Mar 80 93 82 85 94 0.904
Apr 90 95 115 100 94 1.064
May 113 125 131 123 94 1.309
Jun 110 115 120 115 94 1.223
Jul 100 102 113 105 94 1.117
Aug 88 102 110 100 94 1.064
Sept 85 90 95 90 94 0.957
Oct 77 78 85 80 94 0.851
Nov 75 72 83 80 94 0.851
Dec 82 78 80 80 94 0.851
Demand Average Average Seasonal
Month 2005 2006 2007 2005-2007 Monthly Index
Seasonal Index Example
Jan 80 85 105 90 94 0.957
Feb 70 85 85 80 94 0.851
Mar 80 93 82 85 94 0.904
Apr 90 95 115 100 94 1.064
May 113 125 131 123 94 1.309
Jun 110 115 120 115 94 1.223
Jul 100 102 113 105 94 1.117
Aug 88 102 110 100 94 1.064
Sept 85 90 95 90 94 0.957
Oct 77 78 85 80 94 0.851
Nov 75 72 83 80 94 0.851
Dec 82 78 80 80 94 0.851
Demand Average Average Seasonal
Month 2005 2006 2007 2005-2007 Monthly Index
Expected annual demand = 1,200
Jan x .957 = 96
1,200
12
Feb x .851 = 85
1,200
12
Forecast for 2008
Seasonal Index Example
140 –
130 –
120 –
110 –
100 –
90 –
80 –
70 –
| | | | | | | | | | | |
J F M A M J J A S O N D
Time
Demand
2008 Forecast
2007 Demand
2006 Demand
2005 Demand

More Related Content

Similar to Forecasting 5 6.ppt

Forecasting Quantitative - Time Series.ppt
Forecasting Quantitative - Time Series.pptForecasting Quantitative - Time Series.ppt
Forecasting Quantitative - Time Series.pptbookworm65
 
Forecasting and methods of forecasting
Forecasting and methods of forecastingForecasting and methods of forecasting
Forecasting and methods of forecastingMilind Pelagade
 
Demand forecasting methods 1 gp
Demand forecasting methods 1 gpDemand forecasting methods 1 gp
Demand forecasting methods 1 gpPUTTU GURU PRASAD
 
Lecture2 forecasting f06_604
Lecture2 forecasting f06_604Lecture2 forecasting f06_604
Lecture2 forecasting f06_604datkuki
 
Project for Quantitative Analysis by Wichian
Project for Quantitative Analysis by WichianProject for Quantitative Analysis by Wichian
Project for Quantitative Analysis by WichianWichian Srichaipanya
 
chapter 3 classroom ppt.ppt
chapter 3 classroom ppt.pptchapter 3 classroom ppt.ppt
chapter 3 classroom ppt.pptSociaLInfO1
 
Forecasting5To accompanyQuantitative Analysis for Ma.docx
Forecasting5To accompanyQuantitative Analysis for Ma.docxForecasting5To accompanyQuantitative Analysis for Ma.docx
Forecasting5To accompanyQuantitative Analysis for Ma.docxhanneloremccaffery
 
Time series forecasting
Time series forecastingTime series forecasting
Time series forecastingSublaxmi Gupta
 
Forecasting Techniques
Forecasting TechniquesForecasting Techniques
Forecasting Techniquesguest865c0e0c
 
Production planning & control (PPC)
Production planning & control (PPC)Production planning & control (PPC)
Production planning & control (PPC)Hakeem-Ur- Rehman
 
ForecastingBUS255 GoalsBy the end of this chapter, y.docx
ForecastingBUS255 GoalsBy the end of this chapter, y.docxForecastingBUS255 GoalsBy the end of this chapter, y.docx
ForecastingBUS255 GoalsBy the end of this chapter, y.docxbudbarber38650
 

Similar to Forecasting 5 6.ppt (20)

Forecasting Quantitative - Time Series.ppt
Forecasting Quantitative - Time Series.pptForecasting Quantitative - Time Series.ppt
Forecasting Quantitative - Time Series.ppt
 
Forecasting and methods of forecasting
Forecasting and methods of forecastingForecasting and methods of forecasting
Forecasting and methods of forecasting
 
Demand forecasting methods 1 gp
Demand forecasting methods 1 gpDemand forecasting methods 1 gp
Demand forecasting methods 1 gp
 
Lecture2 forecasting f06_604
Lecture2 forecasting f06_604Lecture2 forecasting f06_604
Lecture2 forecasting f06_604
 
Project for Quantitative Analysis by Wichian
Project for Quantitative Analysis by WichianProject for Quantitative Analysis by Wichian
Project for Quantitative Analysis by Wichian
 
chapter 3 classroom ppt.ppt
chapter 3 classroom ppt.pptchapter 3 classroom ppt.ppt
chapter 3 classroom ppt.ppt
 
forecasting
forecastingforecasting
forecasting
 
Forecasting5To accompanyQuantitative Analysis for Ma.docx
Forecasting5To accompanyQuantitative Analysis for Ma.docxForecasting5To accompanyQuantitative Analysis for Ma.docx
Forecasting5To accompanyQuantitative Analysis for Ma.docx
 
Forecasting Assignment Help
Forecasting Assignment HelpForecasting Assignment Help
Forecasting Assignment Help
 
Time series forecasting
Time series forecastingTime series forecasting
Time series forecasting
 
Forecasting Techniques
Forecasting TechniquesForecasting Techniques
Forecasting Techniques
 
Forecasting Techniques
Forecasting TechniquesForecasting Techniques
Forecasting Techniques
 
forecast.ppt
forecast.pptforecast.ppt
forecast.ppt
 
Production planning & control (PPC)
Production planning & control (PPC)Production planning & control (PPC)
Production planning & control (PPC)
 
1634 time series and trend analysis
1634 time series and trend analysis1634 time series and trend analysis
1634 time series and trend analysis
 
timeseries.ppt
timeseries.ppttimeseries.ppt
timeseries.ppt
 
ForecastingBUS255 GoalsBy the end of this chapter, y.docx
ForecastingBUS255 GoalsBy the end of this chapter, y.docxForecastingBUS255 GoalsBy the end of this chapter, y.docx
ForecastingBUS255 GoalsBy the end of this chapter, y.docx
 
Time series
Time seriesTime series
Time series
 
05 forecasting
05 forecasting05 forecasting
05 forecasting
 
Forecasting
ForecastingForecasting
Forecasting
 

Recently uploaded

(8264348440) 🔝 Call Girls In Safdarjung Enclave 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Safdarjung Enclave 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Safdarjung Enclave 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Safdarjung Enclave 🔝 Delhi NCRsoniya singh
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...aditipandeya
 
(8264348440) 🔝 Call Girls In Khanpur 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Khanpur 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Khanpur 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Khanpur 🔝 Delhi NCRsoniya singh
 
High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...
High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...
High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...gurkirankumar98700
 
(8264348440) 🔝 Call Girls In Babarpur 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Babarpur 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Babarpur 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Babarpur 🔝 Delhi NCRsoniya singh
 
(8264348440) 🔝 Call Girls In Siri Fort 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Siri Fort 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Siri Fort 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Siri Fort 🔝 Delhi NCRsoniya singh
 
Delhi Munirka 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex call girl
Delhi Munirka 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex call girlDelhi Munirka 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex call girl
Delhi Munirka 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex call girlsoniya singh
 
Viet Nam Inclusive Business Accreditation System
Viet Nam Inclusive Business Accreditation SystemViet Nam Inclusive Business Accreditation System
Viet Nam Inclusive Business Accreditation SystemTri Dung, Tran
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...aditipandeya
 
(8264348440) 🔝 Call Girls In Green Park 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Green Park 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Green Park 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Green Park 🔝 Delhi NCRsoniya singh
 
Gurgaon Rajiv Chowk 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex ...
Gurgaon Rajiv Chowk 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex ...Gurgaon Rajiv Chowk 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex ...
Gurgaon Rajiv Chowk 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex ...soniya singh
 
TDC Health Limited Nigeria Business Plan Opportunity Presentation 2024
TDC Health Limited Nigeria Business Plan Opportunity Presentation 2024TDC Health Limited Nigeria Business Plan Opportunity Presentation 2024
TDC Health Limited Nigeria Business Plan Opportunity Presentation 2024Fikrie Omar
 
Product Catalog Bandung Home Decor Design Furniture
Product Catalog Bandung Home Decor Design FurnitureProduct Catalog Bandung Home Decor Design Furniture
Product Catalog Bandung Home Decor Design Furniturem3resolve
 
(8264348440) 🔝 Call Girls In Sriniwaspuri 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Sriniwaspuri 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Sriniwaspuri 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Sriniwaspuri 🔝 Delhi NCRsoniya singh
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...aditipandeya
 
Report about the AHIABGA-UnityNet UNDRIPDay / Earth-Day 2024 Gathering in Mar...
Report about the AHIABGA-UnityNet UNDRIPDay / Earth-Day 2024 Gathering in Mar...Report about the AHIABGA-UnityNet UNDRIPDay / Earth-Day 2024 Gathering in Mar...
Report about the AHIABGA-UnityNet UNDRIPDay / Earth-Day 2024 Gathering in Mar...LHelferty
 

Recently uploaded (20)

(8264348440) 🔝 Call Girls In Safdarjung Enclave 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Safdarjung Enclave 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Safdarjung Enclave 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Safdarjung Enclave 🔝 Delhi NCR
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
 
(8264348440) 🔝 Call Girls In Khanpur 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Khanpur 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Khanpur 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Khanpur 🔝 Delhi NCR
 
High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...
High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...
High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...
 
(8264348440) 🔝 Call Girls In Babarpur 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Babarpur 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Babarpur 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Babarpur 🔝 Delhi NCR
 
(8264348440) 🔝 Call Girls In Siri Fort 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Siri Fort 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Siri Fort 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Siri Fort 🔝 Delhi NCR
 
Delhi Munirka 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex call girl
Delhi Munirka 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex call girlDelhi Munirka 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex call girl
Delhi Munirka 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex call girl
 
Viet Nam Inclusive Business Accreditation System
Viet Nam Inclusive Business Accreditation SystemViet Nam Inclusive Business Accreditation System
Viet Nam Inclusive Business Accreditation System
 
Cheap Rate ➥8448380779 ▻Call Girls In Sector 56 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 56 GurgaonCheap Rate ➥8448380779 ▻Call Girls In Sector 56 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 56 Gurgaon
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...
 
🔝9953056974🔝!!-YOUNG BOOK model Call Girls In New friends colony Delhi Escort...
🔝9953056974🔝!!-YOUNG BOOK model Call Girls In New friends colony Delhi Escort...🔝9953056974🔝!!-YOUNG BOOK model Call Girls In New friends colony Delhi Escort...
🔝9953056974🔝!!-YOUNG BOOK model Call Girls In New friends colony Delhi Escort...
 
(8264348440) 🔝 Call Girls In Green Park 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Green Park 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Green Park 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Green Park 🔝 Delhi NCR
 
Gurgaon Rajiv Chowk 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex ...
Gurgaon Rajiv Chowk 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex ...Gurgaon Rajiv Chowk 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex ...
Gurgaon Rajiv Chowk 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex ...
 
TDC Health Limited Nigeria Business Plan Opportunity Presentation 2024
TDC Health Limited Nigeria Business Plan Opportunity Presentation 2024TDC Health Limited Nigeria Business Plan Opportunity Presentation 2024
TDC Health Limited Nigeria Business Plan Opportunity Presentation 2024
 
Cheap Rate ➥8448380779 ▻Call Girls In Sector 54 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 54 GurgaonCheap Rate ➥8448380779 ▻Call Girls In Sector 54 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 54 Gurgaon
 
Product Catalog Bandung Home Decor Design Furniture
Product Catalog Bandung Home Decor Design FurnitureProduct Catalog Bandung Home Decor Design Furniture
Product Catalog Bandung Home Decor Design Furniture
 
(8264348440) 🔝 Call Girls In Sriniwaspuri 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Sriniwaspuri 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Sriniwaspuri 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Sriniwaspuri 🔝 Delhi NCR
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
 
Report about the AHIABGA-UnityNet UNDRIPDay / Earth-Day 2024 Gathering in Mar...
Report about the AHIABGA-UnityNet UNDRIPDay / Earth-Day 2024 Gathering in Mar...Report about the AHIABGA-UnityNet UNDRIPDay / Earth-Day 2024 Gathering in Mar...
Report about the AHIABGA-UnityNet UNDRIPDay / Earth-Day 2024 Gathering in Mar...
 
Cheap Rate ➥8448380779 ▻Call Girls In Sector 55 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 55 GurgaonCheap Rate ➥8448380779 ▻Call Girls In Sector 55 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 55 Gurgaon
 

Forecasting 5 6.ppt

  • 2. Time-Series Forecasting Decomposition of a Time Series Naive Approach Moving Averages  Exponential Smoothing  Exponential Smoothing with Trend Adjustment  Trend Projections  Seasonal Variations in Data  Cyclical Variations in Data
  • 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. Seven Steps in Forecasting • Determine the use of the forecast • Select the items to be forecasted • Determine the time horizon of the forecast • Select the forecasting model(s) • Gather the data • Make the forecast • Validate and implement results
  • 5. Overview of Quantitative Approaches • Naive approach • Moving averages • Exponential smoothing • Trend projection • Linear regression Time-Series Models Associative Model
  • 6. Time Series Forecasting • Set of evenly spaced numerical data – Obtained by observing response variable at regular time periods • Forecast based only on past values, no other variables important – Assumes that factors influencing past and present will continue influence in future
  • 8. Components of Demand Demand for product or service | | | | 1 2 3 4 Year Average demand over four years Seasonal peaks Trend component Actual demand Random variation
  • 9. Trend Component • Persistent, overall upward or downward pattern • Changes due to population, technology, age, culture, etc. • Typically several years duration
  • 10. 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
  • 11. 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
  • 12. Random Component • Erratic, unsystematic, ‘residual’ fluctuations • Due to random variation or unforeseen events • Short duration and nonrepeating M T W T F
  • 13. Naive Approach  Assumes demand in next period is the same as demand in most recent period  e.g., If January sales were 68, then February sales will be 68  Sometimes cost effective and efficient  Can be good starting point
  • 14. Moving Average Method • MA is a series of arithmetic means • Used if little or no trend • Used often for smoothing – Provides overall impression of data over time Moving average = ∑ demand in previous n periods n
  • 15. January 10 February 12 March 13 April 16 May 19 June 23 July 26 Actual 3-Month Month Shed Sales Moving Average (12 + 13 + 16)/3 = 13 2/3 (13 + 16 + 19)/3 = 16 (16 + 19 + 23)/3 = 19 1/3 Moving Average Example 10 12 13 (10 + 12 + 13)/3 = 11 2/3
  • 16. Graph of Moving Average | | | | | | | | | | | | J F M A M J J A S O N D Shed Sales 30 – 28 – 26 – 24 – 22 – 20 – 18 – 16 – 14 – 12 – 10 – Actual Sales Moving Average Forecast
  • 17. Weighted Moving Average • Used when trend is present – Older data usually less important • Weights based on experience and intuition Weighted moving average = ∑ (weight for period n) x (demand in period n) ∑ weights
  • 18. January 10 February 12 March 13 April 16 May 19 June 23 July 26 Actual 3-Month Weighted Month Shed Sales Moving Average [(3 x 16) + (2 x 13) + (12)]/6 = 141/3 [(3 x 19) + (2 x 16) + (13)]/6 = 17 [(3 x 23) + (2 x 19) + (16)]/6 = 201/2 Weighted Moving Average 10 12 13 [(3 x 13) + (2 x 12) + (10)]/6 = 121/6 Weights Applied Period 3 Last month 2 Two months ago 1 Three months ago 6 Sum of weights
  • 19. Potential Problems With Moving Average • Increasing n smooths the forecast but makes it less sensitive to changes • Do not forecast trends well • Require extensive historical data
  • 20. Moving Average And Weighted Moving Average 30 – 25 – 20 – 15 – 10 – 5 – Sales demand | | | | | | | | | | | | J F M A M J J A S O N D Actual sales Moving average Weighted moving average Figure 4.2
  • 21. 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
  • 22. Exponential Smoothing New forecast = Last period’s forecast + a (Last period’s actual demand – Last period’s forecast) Ft = Ft – 1 + a(At – 1 - Ft – 1) where Ft = new forecast Ft – 1 = previous forecast a = smoothing (or weighting) constant (0 ≤ a ≤ 1)
  • 23. Exponential Smoothing Example Predicted demand = 142 Ford Mustangs Actual demand = 153 Smoothing constant a = .20
  • 24. Exponential Smoothing Example Predicted demand = 142 Ford Mustangs Actual demand = 153 Smoothing constant a = .20 New forecast = 142 + .2(153 – 142)
  • 25. Exponential Smoothing Example Predicted demand = 142 Ford Mustangs Actual demand = 153 Smoothing constant a = .20 New forecast = 142 + .2(153 – 142) = 142 + 2.2 = 144.2 ≈ 144 cars
  • 26. Effect of Smoothing Constants Weight Assigned to Most 2nd Most 3rd Most 4th Most 5th Most Recent Recent Recent Recent Recent Smoothing Period Period Period Period Period Constant (a) a(1 - a) a(1 - a)2 a(1 - a)3 a(1 - a)4 a = .1 .1 .09 .081 .073 .066 a = .5 .5 .25 .125 .063 .031
  • 27. Impact of Different a 225 – 200 – 175 – 150 – | | | | | | | | | 1 2 3 4 5 6 7 8 9 Quarter Demand a = .1 Actual demand a = .5
  • 28. Impact of Different a 225 – 200 – 175 – 150 – | | | | | | | | | 1 2 3 4 5 6 7 8 9 Quarter Demand a = .1 Actual demand a = .5 Chose high values of a when underlying average is likely to change Choose low values of a when underlying average is stable
  • 29. Choosing a The objective is to obtain the most accurate forecast no matter the technique We generally do this by selecting the model that gives us the lowest forecast error Forecast error = Actual demand - Forecast value = At - Ft
  • 30. Common Measures of Error Mean Absolute Deviation (MAD) MAD = ∑ |Actual - Forecast| n Mean Squared Error (MSE) MSE = ∑ (Forecast Errors)2 n
  • 31. Common Measures of Error Mean Absolute Percent Error (MAPE) MAPE = ∑100|Actuali - Forecasti|/Actuali n n i = 1
  • 32. Comparison of Forecast Error Rounded Absolute Rounded Absolute Actual Forecast Deviation Forecast Deviation Tonnage with for with for Quarter Unloaded a = .10 a = .10 a = .50 a = .50 1 180 175 5.00 175 5.00 2 168 175.5 7.50 177.50 9.50 3 159 174.75 15.75 172.75 13.75 4 175 173.18 1.82 165.88 9.12 5 190 173.36 16.64 170.44 19.56 6 205 175.02 29.98 180.22 24.78 7 180 178.02 1.98 192.61 12.61 8 182 178.22 3.78 186.30 4.30 82.45 98.62
  • 33. Comparison of Forecast Error Rounded Absolute Rounded Absolute Actual Forecast Deviation Forecast Deviation Tonnage with for with for Quarter Unloaded a = .10 a = .10 a = .50 a = .50 1 180 175 5.00 175 5.00 2 168 175.5 7.50 177.50 9.50 3 159 174.75 15.75 172.75 13.75 4 175 173.18 1.82 165.88 9.12 5 190 173.36 16.64 170.44 19.56 6 205 175.02 29.98 180.22 24.78 7 180 178.02 1.98 192.61 12.61 8 182 178.22 3.78 186.30 4.30 82.45 98.62 MAD = ∑ |deviations| n = 82.45/8 = 10.31 For a = .10 = 98.62/8 = 12.33 For a = .50
  • 34. Comparison of Forecast Error Rounded Absolute Rounded Absolute Actual Forecast Deviation Forecast Deviation Tonnage with for with for Quarter Unloaded a = .10 a = .10 a = .50 a = .50 1 180 175 5.00 175 5.00 2 168 175.5 7.50 177.50 9.50 3 159 174.75 15.75 172.75 13.75 4 175 173.18 1.82 165.88 9.12 5 190 173.36 16.64 170.44 19.56 6 205 175.02 29.98 180.22 24.78 7 180 178.02 1.98 192.61 12.61 8 182 178.22 3.78 186.30 4.30 82.45 98.62 MAD 10.31 12.33 = 1,526.54/8 = 190.82 For a = .10 = 1,561.91/8 = 195.24 For a = .50 MSE = ∑ (forecast errors)2 n
  • 35. Comparison of Forecast Error Rounded Absolute Rounded Absolute Actual Forecast Deviation Forecast Deviation Tonnage with for with for Quarter Unloaded a = .10 a = .10 a = .50 a = .50 1 180 175 5.00 175 5.00 2 168 175.5 7.50 177.50 9.50 3 159 174.75 15.75 172.75 13.75 4 175 173.18 1.82 165.88 9.12 5 190 173.36 16.64 170.44 19.56 6 205 175.02 29.98 180.22 24.78 7 180 178.02 1.98 192.61 12.61 8 182 178.22 3.78 186.30 4.30 82.45 98.62 MAD 10.31 12.33 MSE 190.82 195.24 = 44.75/8 = 5.59% For a = .10 = 54.05/8 = 6.76% For a = .50 MAPE = ∑100|deviationi|/actuali n n i = 1
  • 36. Comparison of Forecast Error Rounded Absolute Rounded Absolute Actual Forecast Deviation Forecast Deviation Tonnage with for with for Quarter Unloaded a = .10 a = .10 a = .50 a = .50 1 180 175 5.00 175 5.00 2 168 175.5 7.50 177.50 9.50 3 159 174.75 15.75 172.75 13.75 4 175 173.18 1.82 165.88 9.12 5 190 173.36 16.64 170.44 19.56 6 205 175.02 29.98 180.22 24.78 7 180 178.02 1.98 192.61 12.61 8 182 178.22 3.78 186.30 4.30 82.45 98.62 MAD 10.31 12.33 MSE 190.82 195.24 MAPE 5.59% 6.76%
  • 37. Least Squares Method Time period Values of Dependent Variable Deviation1 (error) Deviation5 Deviation7 Deviation2 Deviation6 Deviation4 Deviation3 Actual observation (y value) Trend line, y = a + bx ^
  • 38. Least Squares Method Time period Values of Dependent Variable Deviation1 Deviation5 Deviation7 Deviation2 Deviation6 Deviation4 Deviation3 Actual observation (y value) Trend line, y = a + bx ^ Least squares method minimizes the sum of the squared errors (deviations)
  • 39. Least Squares Method Equations to calculate the regression variables b = Sxy - nxy Sx2 - nx2 y = a + bx ^ a = y - bx
  • 40. Least Squares Example b = = = 10.54 ∑xy - nxy ∑x2 - nx2 3,063 - (7)(4)(98.86) 140 - (7)(42) a = y - bx = 98.86 - 10.54(4) = 56.70 Time Electrical Power Year Period (x) Demand x2 xy 2001 1 74 1 74 2002 2 79 4 158 2003 3 80 9 240 2004 4 90 16 360 2005 5 105 25 525 2005 6 142 36 852 2007 7 122 49 854 ∑x = 28 ∑y = 692 ∑x2 = 140 ∑xy = 3,063 x = 4 y = 98.86
  • 41. Least Squares Example b = = = 10.54 Sxy - nxy Sx2 - nx2 3,063 - (7)(4)(98.86) 140 - (7)(42) a = y - bx = 98.86 - 10.54(4) = 56.70 Time Electrical Power Year Period (x) Demand x2 xy 1999 1 74 1 74 2000 2 79 4 158 2001 3 80 9 240 2002 4 90 16 360 2003 5 105 25 525 2004 6 142 36 852 2005 7 122 49 854 Sx = 28 Sy = 692 Sx2 = 140 Sxy = 3,063 x = 4 y = 98.86 The trend line is y = 56.70 + 10.54x ^
  • 42. Least Squares Example | | | | | | | | | 2001 2002 2003 2004 2005 2006 2007 2008 2009 160 – 150 – 140 – 130 – 120 – 110 – 100 – 90 – 80 – 70 – 60 – 50 – Year Power demand Trend line, y = 56.70 + 10.54x ^
  • 43. Seasonal Variations In Data The multiplicative seasonal model can adjust trend data for seasonal variations in demand
  • 44. Seasonal Variations In Data 1. Find average historical demand for each season 2. Compute the average demand over all seasons 3. Compute a seasonal index for each season 4. Estimate next year’s total demand 5. Divide this estimate of total demand by the number of seasons, then multiply it by the seasonal index for that season Steps in the process:
  • 45. Seasonal Index Example Jan 80 85 105 90 94 Feb 70 85 85 80 94 Mar 80 93 82 85 94 Apr 90 95 115 100 94 May 113 125 131 123 94 Jun 110 115 120 115 94 Jul 100 102 113 105 94 Aug 88 102 110 100 94 Sept 85 90 95 90 94 Oct 77 78 85 80 94 Nov 75 72 83 80 94 Dec 82 78 80 80 94 Demand Average Average Seasonal Month 2005 2006 2007 2005-2007 Monthly Index
  • 46. Seasonal Index Example Jan 80 85 105 90 94 Feb 70 85 85 80 94 Mar 80 93 82 85 94 Apr 90 95 115 100 94 May 113 125 131 123 94 Jun 110 115 120 115 94 Jul 100 102 113 105 94 Aug 88 102 110 100 94 Sept 85 90 95 90 94 Oct 77 78 85 80 94 Nov 75 72 83 80 94 Dec 82 78 80 80 94 Demand Average Average Seasonal Month 2005 2006 2007 2005-2007 Monthly Index 0.957 Seasonal index = average 2005-2007 monthly demand average monthly demand = 90/94 = .957
  • 47. Seasonal Index Example Jan 80 85 105 90 94 0.957 Feb 70 85 85 80 94 0.851 Mar 80 93 82 85 94 0.904 Apr 90 95 115 100 94 1.064 May 113 125 131 123 94 1.309 Jun 110 115 120 115 94 1.223 Jul 100 102 113 105 94 1.117 Aug 88 102 110 100 94 1.064 Sept 85 90 95 90 94 0.957 Oct 77 78 85 80 94 0.851 Nov 75 72 83 80 94 0.851 Dec 82 78 80 80 94 0.851 Demand Average Average Seasonal Month 2005 2006 2007 2005-2007 Monthly Index
  • 48. Seasonal Index Example Jan 80 85 105 90 94 0.957 Feb 70 85 85 80 94 0.851 Mar 80 93 82 85 94 0.904 Apr 90 95 115 100 94 1.064 May 113 125 131 123 94 1.309 Jun 110 115 120 115 94 1.223 Jul 100 102 113 105 94 1.117 Aug 88 102 110 100 94 1.064 Sept 85 90 95 90 94 0.957 Oct 77 78 85 80 94 0.851 Nov 75 72 83 80 94 0.851 Dec 82 78 80 80 94 0.851 Demand Average Average Seasonal Month 2005 2006 2007 2005-2007 Monthly Index Expected annual demand = 1,200 Jan x .957 = 96 1,200 12 Feb x .851 = 85 1,200 12 Forecast for 2008
  • 49. Seasonal Index Example 140 – 130 – 120 – 110 – 100 – 90 – 80 – 70 – | | | | | | | | | | | | J F M A M J J A S O N D Time Demand 2008 Forecast 2007 Demand 2006 Demand 2005 Demand