SlideShare une entreprise Scribd logo
1  sur  7
 Chapter 7
Demand Forecasting
in a Supply Chain
 Outline
 The role of forecasting in a supply chain
 Characteristics of forecasts
 Components of forecasts and forecasting methods
 Basic approach to demand forecasting
 Time series forecasting methods
 Measures of forecast error
 Forecasting demand at Tahoe Salt
 Forecasting in practice
 Role of Forecasting
in a Supply Chain
 The basis for all strategic and planning decisions in a supply chain
 Used for both push and pull processes
 Examples:
 Production: scheduling, inventory, aggregate planning
 Marketing: sales force allocation, promotions, new production
introduction
 Finance: plant/equipment investment, budgetary planning
 Personnel: workforce planning, hiring, layoffs
 All of these decisions are interrelated
 Characteristics of Forecasts
 Forecasts are rarely perfect because of randomness.
 Beside the average, we also need a measure of variations– Standard
deviation.
 Forecasts are more accurate for groups of items than for individuals.
 Forecast accuracy decreases as time horizon increases.
 Forecasting Methods
 Qualitative: primarily subjective; rely on judgment and opinion
 Time Series: use historical demand only
 Static
 Adaptive
 Causal: use the relationship between demand and some other factor to
develop forecast
 Simulation
 Imitate consumer choices that give rise to demand
 Can combine time series and causal methods
 Components of an Observation
Observed demand (O) =
Systematic component (S) + Random component (R)
 Example: Tahoe Salt
 Tahoe Salt Scattered Graph
 Forecasting Methods
 Static
 Adaptive
 Moving average
 Simple exponential smoothing
 Holt’s model (with trend)
 Winter’s model (with trend and seasonality)
 Basic Approach to
Demand Forecasting
 Understand the objectives of forecasting
 Integrate demand planning and forecasting
 Identify major factors that influence the demand forecast
 Understand and identify customer segments
 Determine the appropriate forecasting technique
 Establish performance and error measures for the forecast
 Time Series
Forecasting Methods
 Goal is to predict systematic component of demand
 Multiplicative: (level)(trend)(seasonal factor)
 Additive: level + trend + seasonal factor
 Mixed: (level + trend)(seasonal factor)
 Static methods
 Adaptive forecasting
 Static Methods
 Assume a mixed model:
Systematic component = (level + trend)(seasonal factor)
Ft+l = [L + (t + l)T]St+l
= forecast in period t for demand in period t + l
L = estimate of level for period 0
T = estimate of trend
St = estimate of seasonal factor for period t
Dt = actual demand in period t
Ft = forecast of demand in period t
 Static Methods
 Estimating level and trend
 Estimating seasonal factors
 Estimating Level and Trend
 Before estimating level and trend, demand data must be deseasonalized
 Deseasonalized demand = demand that would have been observed in
the absence of seasonal fluctuations
 Periodicity (p)
 the number of periods after which the seasonal cycle repeats itself
 for demand at Tahoe Salt p = 4
 Deseasonalizing Demand
[Dt-(p/2) + Dt+(p/2) ]/2p +  Di] / p for p even
Dt = (sum is from i = t+1-(p/2) to t+1+(p/2))
 Di / p for p odd
(sum is from i = t-(p/2) to t+(p/2)), p/2 truncated to lower
integer
 Time Series Forecasting
 Deseasonalizing Demand
For the example, p = 4 is even
For t = 3:
D3 = {D1 + D5 + Sum(i=2 to 4) [2Di]}/8
= {8000+10000+[(2)(13000)+(2)(23000)+(2)(34000)]}/8
= 19750
D4 = {D2 + D6 + Sum(i=3 to 5) [2Di]}/8
= {13000+18000+[(2)(23000)+(2)(34000)+(2)(10000)]/8
= 20625
 Deseasonalized Demand
 Deseasonalizing Demand
Then include trend
Dt = L + tT
where Dt = deseasonalized demand in period t
L = level (deseasonalized demand at period 0)
T = trend (rate of growth of deseasonalized demand)
Trend is determined by linear regression using deseasonalized demand as
the dependent variable and period as the independent variable (can be
done in Excel)
In the example, L = 18,439 and T = 524
 Deseasonalized Demand
 Deseasonalizing Demand
Then include trend
Dt = L + tT
where Dt = deseasonalized demand in period t
L = level (deseasonalized demand at period 0)
T = trend (rate of growth of deseasonalized demand)
Trend is determined by linear regression using deseasonalized demand as
the dependent variable and period as the independent variable (can be
done in Excel)
In the example, L = 18,439 and T = 524
 Time Series of Demand
 Estimating Seasonal Factors
Use the previous equation to calculate deseasonalized demand for each
period
St = Dt / Dt = seasonal factor for period t
In the example,
D2 = 18439 + (524)(2) = 19487 D2 = 13000
S2 = 13000/19487 = 0.67
The seasonal factors for the other periods are calculated in the same
manner
 Estimating Seasonal Factors
 Estimating Seasonal Factors
 Estimating Seasonal Factors
The overall seasonal factor for a “season” is then obtained by averaging all
of the factors for a “season”
If there are r seasonal cycles, for all periods of the form pt+i, 1<i<p, the
seasonal factor for season i is
Si = [Sum(j=0 to r-1) Sjp+i]/r
In the example, there are 3 seasonal cycles in the data and p=4, so
S1 = (0.42+0.47+0.52)/3 = 0.47
S2 = (0.67+0.83+0.55)/3 = 0.68
S3 = (1.15+1.04+1.32)/3 = 1.17
S4 = (1.66+1.68+1.66)/3 = 1.67
 Estimating the Forecast
Using the original equation, we can forecast the next four periods of
demand:
F13 = (L+13T)S1 = [18439+(13)(524)](0.47) = 11868
F14 = (L+14T)S2 = [18439+(14)(524)](0.68) = 17527
F15 = (L+15T)S3 = [18439+(15)(524)](1.17) = 30770
F16 = (L+16T)S4 = [18439+(16)(524)](1.67) = 44794
Error: difference between predicted value and actual value
 Mean Absolute Deviation (MAD)
 Mean Square Error (MSE)
 Mean Absolute Percentage Error (MAPE)
 Tracking Signal (TS)


 Measures of Forecast Error
 Forecast error = Et = Ft - Dt
 Mean squared error (MSE)
MSEn = (Sum(t=1 to n)[Et
2
])/n
 Absolute deviation = At = |Et|
 Mean absolute deviation (MAD)
MADn = (Sum(t=1 to n)[At])/n
 = 1.25MAD
 = Standard Deviation of forecast
 Measures of Forecast Error
 Mean absolute percentage error (MAPE)
MAPEn = (Sum(t=1 to n)[100|Et/ Dt|])/n
 Bias
 Shows whether the forecast consistently under- or overestimates
demand; should fluctuate around 0
biasn = Sum(t=1 to n)[Et]
 Tracking signal
 Should be within the range of +6
 Otherwise, possibly use a new forecasting method
TSt = bias / MADt
 Case 1: TahoeSalt
In a very well designed excel work book, repeat the computations explained
in this lecture. Also compute MSE, MAD, MPE, and TS for all possible
periods

Contenu connexe

Tendances

Sports obermeyer case
Sports obermeyer caseSports obermeyer case
Sports obermeyer caseSaurabh Arora
 
Case study on 7 eleven store
Case study on 7 eleven  storeCase study on 7 eleven  store
Case study on 7 eleven storeChetan Dhiware
 
supply chain of coca cola company
supply chain of coca cola companysupply chain of coca cola company
supply chain of coca cola companymrzar2
 
Supply Chain Management of 7 eleven
Supply Chain Management  of 7 elevenSupply Chain Management  of 7 eleven
Supply Chain Management of 7 elevenSusheel Racherla
 
CASE Reebok NFL Replica Jerseys
CASE Reebok NFL Replica JerseysCASE Reebok NFL Replica Jerseys
CASE Reebok NFL Replica JerseysShaheen Sardar
 
Supply Chain Strategy at 7-Eleven
Supply Chain Strategy at 7-ElevenSupply Chain Strategy at 7-Eleven
Supply Chain Strategy at 7-ElevenPrita Meilanitasari
 
Managing customer relationship case study coca cola company
Managing customer relationship   case study coca cola companyManaging customer relationship   case study coca cola company
Managing customer relationship case study coca cola companyAsjadAbbasi2
 
Pepsi Inventory Management, Distribution Channels and Warehousing
Pepsi Inventory Management, Distribution Channels and WarehousingPepsi Inventory Management, Distribution Channels and Warehousing
Pepsi Inventory Management, Distribution Channels and Warehousingaliarshad10
 
Seven Eleven Store - Case study - Answers
Seven Eleven Store - Case study - AnswersSeven Eleven Store - Case study - Answers
Seven Eleven Store - Case study - AnswersZaka Ul Hassan
 
Mc donald`s case strategic management (by adrian magopet)
Mc donald`s case  strategic management (by adrian magopet)Mc donald`s case  strategic management (by adrian magopet)
Mc donald`s case strategic management (by adrian magopet)pari r.k.b
 
Supply chainmanagementofcococolainpakistan
Supply chainmanagementofcococolainpakistanSupply chainmanagementofcococolainpakistan
Supply chainmanagementofcococolainpakistanJunaid Mehboob
 
Nestle-business-presentation
 Nestle-business-presentation Nestle-business-presentation
Nestle-business-presentationManmeet Singh
 
Supply Chain Analysis of Nestle
Supply Chain Analysis of NestleSupply Chain Analysis of Nestle
Supply Chain Analysis of Nestlealok kumar
 
224113823 coca-cola-supply-chain-model
224113823 coca-cola-supply-chain-model224113823 coca-cola-supply-chain-model
224113823 coca-cola-supply-chain-modelWaell Amer
 

Tendances (20)

Sports obermeyer case
Sports obermeyer caseSports obermeyer case
Sports obermeyer case
 
DELL supply chain management
DELL supply chain management DELL supply chain management
DELL supply chain management
 
Case study on 7 eleven store
Case study on 7 eleven  storeCase study on 7 eleven  store
Case study on 7 eleven store
 
supply chain of coca cola company
supply chain of coca cola companysupply chain of coca cola company
supply chain of coca cola company
 
Supply Chain Management of 7 eleven
Supply Chain Management  of 7 elevenSupply Chain Management  of 7 eleven
Supply Chain Management of 7 eleven
 
CASE Reebok NFL Replica Jerseys
CASE Reebok NFL Replica JerseysCASE Reebok NFL Replica Jerseys
CASE Reebok NFL Replica Jerseys
 
Supply Chain Strategy at 7-Eleven
Supply Chain Strategy at 7-ElevenSupply Chain Strategy at 7-Eleven
Supply Chain Strategy at 7-Eleven
 
Supply chain of coca cola
Supply chain of coca colaSupply chain of coca cola
Supply chain of coca cola
 
Managing customer relationship case study coca cola company
Managing customer relationship   case study coca cola companyManaging customer relationship   case study coca cola company
Managing customer relationship case study coca cola company
 
Supply chain of coca cola company
Supply chain of coca cola companySupply chain of coca cola company
Supply chain of coca cola company
 
Pepsi Inventory Management, Distribution Channels and Warehousing
Pepsi Inventory Management, Distribution Channels and WarehousingPepsi Inventory Management, Distribution Channels and Warehousing
Pepsi Inventory Management, Distribution Channels and Warehousing
 
Seven Eleven Store - Case study - Answers
Seven Eleven Store - Case study - AnswersSeven Eleven Store - Case study - Answers
Seven Eleven Store - Case study - Answers
 
Mc donald`s case strategic management (by adrian magopet)
Mc donald`s case  strategic management (by adrian magopet)Mc donald`s case  strategic management (by adrian magopet)
Mc donald`s case strategic management (by adrian magopet)
 
Supply chainmanagementofcococolainpakistan
Supply chainmanagementofcococolainpakistanSupply chainmanagementofcococolainpakistan
Supply chainmanagementofcococolainpakistan
 
Pepsico distribution
Pepsico distributionPepsico distribution
Pepsico distribution
 
Nestle-business-presentation
 Nestle-business-presentation Nestle-business-presentation
Nestle-business-presentation
 
Kpis for scm
Kpis for scmKpis for scm
Kpis for scm
 
Supply Chain Analysis of Nestle
Supply Chain Analysis of NestleSupply Chain Analysis of Nestle
Supply Chain Analysis of Nestle
 
Sports Obermeyer
Sports ObermeyerSports Obermeyer
Sports Obermeyer
 
224113823 coca-cola-supply-chain-model
224113823 coca-cola-supply-chain-model224113823 coca-cola-supply-chain-model
224113823 coca-cola-supply-chain-model
 

Similaire à Chapter 7

428344346-Chapter-7-Forecastingddddd.ppt
428344346-Chapter-7-Forecastingddddd.ppt428344346-Chapter-7-Forecastingddddd.ppt
428344346-Chapter-7-Forecastingddddd.pptUntukYtban
 
Chapter 7 demand forecasting in a supply chain
Chapter 7 demand forecasting in a supply chainChapter 7 demand forecasting in a supply chain
Chapter 7 demand forecasting in a supply chainsajidsharif2022
 
Demand Forecasting Basics
Demand Forecasting BasicsDemand Forecasting Basics
Demand Forecasting BasicsManoj Kumar
 
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
 
Forecasting Techniques
Forecasting TechniquesForecasting Techniques
Forecasting Techniquesguest865c0e0c
 
Demand forecasting methods 1 gp
Demand forecasting methods 1 gpDemand forecasting methods 1 gp
Demand forecasting methods 1 gpPUTTU GURU PRASAD
 
Forecasting of demand (management)
Forecasting of demand (management)Forecasting of demand (management)
Forecasting of demand (management)Manthan Chavda
 
Wavelet Multi-resolution Analysis of High Frequency FX Rates
Wavelet Multi-resolution Analysis of High Frequency FX RatesWavelet Multi-resolution Analysis of High Frequency FX Rates
Wavelet Multi-resolution Analysis of High Frequency FX RatesaiQUANT
 
Analyzing and forecasting time series data ppt @ bec doms
Analyzing and forecasting time series data ppt @ bec domsAnalyzing and forecasting time series data ppt @ bec doms
Analyzing and forecasting time series data ppt @ bec domsBabasab Patil
 
Time series mnr
Time series mnrTime series mnr
Time series mnrNH Rao
 
1 forecasting SHORT NOTES FOR ESE AND GATE
1 forecasting SHORT NOTES FOR ESE AND GATE1 forecasting SHORT NOTES FOR ESE AND GATE
1 forecasting SHORT NOTES FOR ESE AND GATEAditya Pal
 
Product Design Forecasting Techniquesision.ppt
Product Design Forecasting Techniquesision.pptProduct Design Forecasting Techniquesision.ppt
Product Design Forecasting Techniquesision.pptavidc1000
 
Enterprise_Planning_TimeSeries_And_Components
Enterprise_Planning_TimeSeries_And_ComponentsEnterprise_Planning_TimeSeries_And_Components
Enterprise_Planning_TimeSeries_And_Componentsnanfei
 
Supply Chain Management chap 7
Supply Chain Management chap 7Supply Chain Management chap 7
Supply Chain Management chap 7Umair Arain
 
Production & Operation Management Chapter8[1]
Production & Operation Management Chapter8[1]Production & Operation Management Chapter8[1]
Production & Operation Management Chapter8[1]Hariharan Ponnusamy
 

Similaire à Chapter 7 (20)

428344346-Chapter-7-Forecastingddddd.ppt
428344346-Chapter-7-Forecastingddddd.ppt428344346-Chapter-7-Forecastingddddd.ppt
428344346-Chapter-7-Forecastingddddd.ppt
 
forecasting
forecastingforecasting
forecasting
 
Chapter 7 demand forecasting in a supply chain
Chapter 7 demand forecasting in a supply chainChapter 7 demand forecasting in a supply chain
Chapter 7 demand forecasting in a supply chain
 
Demand Forecasting Basics
Demand Forecasting BasicsDemand Forecasting Basics
Demand Forecasting Basics
 
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
 
Forecasting Techniques
Forecasting TechniquesForecasting Techniques
Forecasting Techniques
 
Forecasting Techniques
Forecasting TechniquesForecasting Techniques
Forecasting Techniques
 
Forcast2
Forcast2Forcast2
Forcast2
 
Demand forecasting methods 1 gp
Demand forecasting methods 1 gpDemand forecasting methods 1 gp
Demand forecasting methods 1 gp
 
Forecasting of demand (management)
Forecasting of demand (management)Forecasting of demand (management)
Forecasting of demand (management)
 
Wavelet Multi-resolution Analysis of High Frequency FX Rates
Wavelet Multi-resolution Analysis of High Frequency FX RatesWavelet Multi-resolution Analysis of High Frequency FX Rates
Wavelet Multi-resolution Analysis of High Frequency FX Rates
 
Analyzing and forecasting time series data ppt @ bec doms
Analyzing and forecasting time series data ppt @ bec domsAnalyzing and forecasting time series data ppt @ bec doms
Analyzing and forecasting time series data ppt @ bec doms
 
Time series mnr
Time series mnrTime series mnr
Time series mnr
 
1 forecasting SHORT NOTES FOR ESE AND GATE
1 forecasting SHORT NOTES FOR ESE AND GATE1 forecasting SHORT NOTES FOR ESE AND GATE
1 forecasting SHORT NOTES FOR ESE AND GATE
 
Product Design Forecasting Techniquesision.ppt
Product Design Forecasting Techniquesision.pptProduct Design Forecasting Techniquesision.ppt
Product Design Forecasting Techniquesision.ppt
 
Enterprise_Planning_TimeSeries_And_Components
Enterprise_Planning_TimeSeries_And_ComponentsEnterprise_Planning_TimeSeries_And_Components
Enterprise_Planning_TimeSeries_And_Components
 
Supply Chain Management chap 7
Supply Chain Management chap 7Supply Chain Management chap 7
Supply Chain Management chap 7
 
Forecasting.ppt
Forecasting.pptForecasting.ppt
Forecasting.ppt
 
Chap003 Forecasting
Chap003    ForecastingChap003    Forecasting
Chap003 Forecasting
 
Production & Operation Management Chapter8[1]
Production & Operation Management Chapter8[1]Production & Operation Management Chapter8[1]
Production & Operation Management Chapter8[1]
 

Dernier

Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 

Dernier (20)

Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 

Chapter 7

  • 1.  Chapter 7 Demand Forecasting in a Supply Chain  Outline  The role of forecasting in a supply chain  Characteristics of forecasts  Components of forecasts and forecasting methods  Basic approach to demand forecasting  Time series forecasting methods  Measures of forecast error  Forecasting demand at Tahoe Salt  Forecasting in practice  Role of Forecasting in a Supply Chain  The basis for all strategic and planning decisions in a supply chain  Used for both push and pull processes  Examples:  Production: scheduling, inventory, aggregate planning  Marketing: sales force allocation, promotions, new production introduction  Finance: plant/equipment investment, budgetary planning  Personnel: workforce planning, hiring, layoffs  All of these decisions are interrelated  Characteristics of Forecasts  Forecasts are rarely perfect because of randomness.
  • 2.  Beside the average, we also need a measure of variations– Standard deviation.  Forecasts are more accurate for groups of items than for individuals.  Forecast accuracy decreases as time horizon increases.  Forecasting Methods  Qualitative: primarily subjective; rely on judgment and opinion  Time Series: use historical demand only  Static  Adaptive  Causal: use the relationship between demand and some other factor to develop forecast  Simulation  Imitate consumer choices that give rise to demand  Can combine time series and causal methods  Components of an Observation Observed demand (O) = Systematic component (S) + Random component (R)  Example: Tahoe Salt  Tahoe Salt Scattered Graph  Forecasting Methods  Static  Adaptive  Moving average  Simple exponential smoothing  Holt’s model (with trend)
  • 3.  Winter’s model (with trend and seasonality)  Basic Approach to Demand Forecasting  Understand the objectives of forecasting  Integrate demand planning and forecasting  Identify major factors that influence the demand forecast  Understand and identify customer segments  Determine the appropriate forecasting technique  Establish performance and error measures for the forecast  Time Series Forecasting Methods  Goal is to predict systematic component of demand  Multiplicative: (level)(trend)(seasonal factor)  Additive: level + trend + seasonal factor  Mixed: (level + trend)(seasonal factor)  Static methods  Adaptive forecasting  Static Methods  Assume a mixed model: Systematic component = (level + trend)(seasonal factor) Ft+l = [L + (t + l)T]St+l = forecast in period t for demand in period t + l L = estimate of level for period 0 T = estimate of trend St = estimate of seasonal factor for period t Dt = actual demand in period t Ft = forecast of demand in period t  Static Methods
  • 4.  Estimating level and trend  Estimating seasonal factors  Estimating Level and Trend  Before estimating level and trend, demand data must be deseasonalized  Deseasonalized demand = demand that would have been observed in the absence of seasonal fluctuations  Periodicity (p)  the number of periods after which the seasonal cycle repeats itself  for demand at Tahoe Salt p = 4  Deseasonalizing Demand [Dt-(p/2) + Dt+(p/2) ]/2p +  Di] / p for p even Dt = (sum is from i = t+1-(p/2) to t+1+(p/2))  Di / p for p odd (sum is from i = t-(p/2) to t+(p/2)), p/2 truncated to lower integer  Time Series Forecasting  Deseasonalizing Demand For the example, p = 4 is even For t = 3: D3 = {D1 + D5 + Sum(i=2 to 4) [2Di]}/8 = {8000+10000+[(2)(13000)+(2)(23000)+(2)(34000)]}/8 = 19750 D4 = {D2 + D6 + Sum(i=3 to 5) [2Di]}/8 = {13000+18000+[(2)(23000)+(2)(34000)+(2)(10000)]/8 = 20625  Deseasonalized Demand  Deseasonalizing Demand Then include trend Dt = L + tT where Dt = deseasonalized demand in period t
  • 5. L = level (deseasonalized demand at period 0) T = trend (rate of growth of deseasonalized demand) Trend is determined by linear regression using deseasonalized demand as the dependent variable and period as the independent variable (can be done in Excel) In the example, L = 18,439 and T = 524  Deseasonalized Demand  Deseasonalizing Demand Then include trend Dt = L + tT where Dt = deseasonalized demand in period t L = level (deseasonalized demand at period 0) T = trend (rate of growth of deseasonalized demand) Trend is determined by linear regression using deseasonalized demand as the dependent variable and period as the independent variable (can be done in Excel) In the example, L = 18,439 and T = 524  Time Series of Demand  Estimating Seasonal Factors Use the previous equation to calculate deseasonalized demand for each period St = Dt / Dt = seasonal factor for period t In the example, D2 = 18439 + (524)(2) = 19487 D2 = 13000 S2 = 13000/19487 = 0.67 The seasonal factors for the other periods are calculated in the same manner  Estimating Seasonal Factors  Estimating Seasonal Factors  Estimating Seasonal Factors The overall seasonal factor for a “season” is then obtained by averaging all of the factors for a “season” If there are r seasonal cycles, for all periods of the form pt+i, 1<i<p, the seasonal factor for season i is Si = [Sum(j=0 to r-1) Sjp+i]/r In the example, there are 3 seasonal cycles in the data and p=4, so S1 = (0.42+0.47+0.52)/3 = 0.47 S2 = (0.67+0.83+0.55)/3 = 0.68
  • 6. S3 = (1.15+1.04+1.32)/3 = 1.17 S4 = (1.66+1.68+1.66)/3 = 1.67  Estimating the Forecast Using the original equation, we can forecast the next four periods of demand: F13 = (L+13T)S1 = [18439+(13)(524)](0.47) = 11868 F14 = (L+14T)S2 = [18439+(14)(524)](0.68) = 17527 F15 = (L+15T)S3 = [18439+(15)(524)](1.17) = 30770 F16 = (L+16T)S4 = [18439+(16)(524)](1.67) = 44794 Error: difference between predicted value and actual value  Mean Absolute Deviation (MAD)  Mean Square Error (MSE)  Mean Absolute Percentage Error (MAPE)  Tracking Signal (TS)    Measures of Forecast Error  Forecast error = Et = Ft - Dt  Mean squared error (MSE) MSEn = (Sum(t=1 to n)[Et 2 ])/n  Absolute deviation = At = |Et|  Mean absolute deviation (MAD) MADn = (Sum(t=1 to n)[At])/n  = 1.25MAD  = Standard Deviation of forecast  Measures of Forecast Error
  • 7.  Mean absolute percentage error (MAPE) MAPEn = (Sum(t=1 to n)[100|Et/ Dt|])/n  Bias  Shows whether the forecast consistently under- or overestimates demand; should fluctuate around 0 biasn = Sum(t=1 to n)[Et]  Tracking signal  Should be within the range of +6  Otherwise, possibly use a new forecasting method TSt = bias / MADt  Case 1: TahoeSalt In a very well designed excel work book, repeat the computations explained in this lecture. Also compute MSE, MAD, MPE, and TS for all possible periods