SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

Ch5 process analysis
Ch5 process analysisCh5 process analysis
Ch5 process analysisvideoaakash15
 
Production Planning and Control
Production Planning and ControlProduction Planning and Control
Production Planning and ControlSwatanu Satpathy
 
Procure to Pay Process
Procure to Pay Process Procure to Pay Process
Procure to Pay Process Sameer Mittal
 
Material requirement planning, MRP.
Material requirement planning, MRP. Material requirement planning, MRP.
Material requirement planning, MRP. shoaibzaheer1
 
Master production schedule
Master production scheduleMaster production schedule
Master production scheduleyashbhhardwaj260
 
Tools for capacity planning, measurement of capacity, capacity planning process
Tools for capacity planning, measurement of capacity, capacity planning processTools for capacity planning, measurement of capacity, capacity planning process
Tools for capacity planning, measurement of capacity, capacity planning processRohan Monis
 
Six sourcing strategy in supply chain
Six sourcing strategy in supply chainSix sourcing strategy in supply chain
Six sourcing strategy in supply chainFAST NUCES
 
Inventory management
Inventory managementInventory management
Inventory managementKuldeep Uttam
 
Operations And Productivity
Operations And ProductivityOperations And Productivity
Operations And ProductivityJoanmaines
 
Aggregate planning
Aggregate planningAggregate planning
Aggregate planningAtif Ghayas
 
Capacity planning
Capacity planningCapacity planning
Capacity planningRatan479
 
Just In Time and Lean Operation Chapter Presentation
Just In Time and Lean Operation Chapter PresentationJust In Time and Lean Operation Chapter Presentation
Just In Time and Lean Operation Chapter PresentationSINGHZEE
 
Material resource planning
Material resource planningMaterial resource planning
Material resource planningNishant Agrawal
 
Presentation on Just in Time
Presentation on Just in TimePresentation on Just in Time
Presentation on Just in TimeMusfiqur Rahman
 
Organizational Behavior : Conflicts and Negotiation
Organizational Behavior : Conflicts and NegotiationOrganizational Behavior : Conflicts and Negotiation
Organizational Behavior : Conflicts and NegotiationRaisulAkash1
 

Was ist angesagt? (20)

CAPACITY PLANNING
CAPACITY PLANNINGCAPACITY PLANNING
CAPACITY PLANNING
 
Ch5 process analysis
Ch5 process analysisCh5 process analysis
Ch5 process analysis
 
Production Planning and Control
Production Planning and ControlProduction Planning and Control
Production Planning and Control
 
Inventory Planning & Control
Inventory Planning & ControlInventory Planning & Control
Inventory Planning & Control
 
Procure to Pay Process
Procure to Pay Process Procure to Pay Process
Procure to Pay Process
 
Material requirement planning, MRP.
Material requirement planning, MRP. Material requirement planning, MRP.
Material requirement planning, MRP.
 
Master production schedule
Master production scheduleMaster production schedule
Master production schedule
 
Capacity management
Capacity managementCapacity management
Capacity management
 
Tools for capacity planning, measurement of capacity, capacity planning process
Tools for capacity planning, measurement of capacity, capacity planning processTools for capacity planning, measurement of capacity, capacity planning process
Tools for capacity planning, measurement of capacity, capacity planning process
 
Six sourcing strategy in supply chain
Six sourcing strategy in supply chainSix sourcing strategy in supply chain
Six sourcing strategy in supply chain
 
Inventory management
Inventory managementInventory management
Inventory management
 
Operations And Productivity
Operations And ProductivityOperations And Productivity
Operations And Productivity
 
Aggregate planning
Aggregate planningAggregate planning
Aggregate planning
 
Capacity planning
Capacity planningCapacity planning
Capacity planning
 
Capacity planning
Capacity planningCapacity planning
Capacity planning
 
Just In Time and Lean Operation Chapter Presentation
Just In Time and Lean Operation Chapter PresentationJust In Time and Lean Operation Chapter Presentation
Just In Time and Lean Operation Chapter Presentation
 
Material resource planning
Material resource planningMaterial resource planning
Material resource planning
 
Presentation on Just in Time
Presentation on Just in TimePresentation on Just in Time
Presentation on Just in Time
 
Vendor rating
Vendor ratingVendor rating
Vendor rating
 
Organizational Behavior : Conflicts and Negotiation
Organizational Behavior : Conflicts and NegotiationOrganizational Behavior : Conflicts and Negotiation
Organizational Behavior : Conflicts and Negotiation
 

Ähnlich wie 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
 

Ähnlich wie 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]
 

Kürzlich hochgeladen

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
[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
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
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
 

Kürzlich hochgeladen (20)

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
[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
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
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
 

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