Download presentation
1
OPIM 310 –Lecture # 1.2 Instructor: Jose M. Cruz
Forecasting OPIM 310 –Lecture # 1.2 Instructor: Jose M. Cruz
2
Lecture Outline Strategic Role of Forecasting in Supply Chain Management and TQM Components of Forecasting Demand Time Series Methods Forecast Accuracy
3
Forecasting Predicting the Future Qualitative forecast methods
subjective Quantitative forecast methods based on mathematical formulas
4
Forecasting and Supply Chain Management
Accurate forecasting determines how much inventory a company must keep at various points along its supply chain Continuous replenishment supplier and customer share continuously updated data typically managed by the supplier reduces inventory for the company speeds customer delivery Variations of continuous replenishment quick response JIT (just-in-time) VMI (vendor-managed inventory) stockless inventory
5
Forecasting and TQM Accurate forecasting customer demand is a key to providing good quality service Continuous replenishment and JIT complement TQM eliminates the need for buffer inventory, which, in turn, reduces both waste and inventory costs, a primary goal of TQM smoothes process flow with no defective items meets expectations about on-time delivery, which is perceived as good-quality service
6
Types of Forecasting Methods
Depend on time frame demand behavior causes of behavior
7
Time Frame Indicates how far into the future is forecast
Short- to mid-range forecast typically encompasses the immediate future daily up to two years Long-range forecast usually encompasses a period of time longer than two years
8
Demand Behavior Trend Random variations Cycle Seasonal pattern
a gradual, long-term up or down movement of demand Random variations movements in demand that do not follow a pattern Cycle an up-and-down repetitive movement in demand Seasonal pattern an up-and-down repetitive movement in demand occurring periodically
9
Forms of Forecast Movement
Time (a) Trend (d) Trend with seasonal pattern (c) Seasonal pattern (b) Cycle Demand Random movement
10
Forecasting Methods Qualitative Time series Regression methods
use management judgment, expertise, and opinion to predict future demand Time series statistical techniques that use historical demand data to predict future demand Regression methods attempt to develop a mathematical relationship between demand and factors that cause its behavior
11
Qualitative Methods Management, marketing, purchasing, and engineering are sources for internal qualitative forecasts Delphi method involves soliciting forecasts about technological advances from experts
12
Is accuracy of forecast acceptable?
Forecasting Process 1. Identify the purpose of forecast 2. Collect historical data 3. Plot data and identify patterns 6. Check forecast accuracy with one or more measures 5. Develop/compute forecast for period of historical data 4. Select a forecast model that seems appropriate for data 7. Is accuracy of forecast acceptable? No 8b. Select new forecast model or adjust parameters of existing model Yes 9. Adjust forecast based on additional qualitative information and insight 10. Monitor results and measure forecast accuracy 8a. Forecast over planning horizon
13
Time Series Assume that what has occurred in the past will continue to occur in the future Relate the forecast to only one factor - time Include moving average exponential smoothing linear trend line
14
Moving Average Naive forecast Simple moving average
demand the current period is used as next period’s forecast Simple moving average stable demand with no pronounced behavioral patterns Weighted moving average weights are assigned to most recent data
15
Moving Average: Naïve Approach
Jan 120 Feb 90 Mar 100 Apr 75 May 110 June 50 July 75 Aug 130 Sept 110 Oct 90 ORDERS MONTH PER MONTH - 120 90 100 75 110 50 130 Nov FORECAST
16
n = number of periods in the moving average
Simple Moving Average MAn = n i = 1 Di where n = number of periods in the moving average Di = demand in period i
17
3-month Simple Moving Average
MA3 = 3 i = 1 Di = = 110 orders for Nov Jan 120 Feb 90 Mar 100 Apr 75 May 110 June 50 July 75 Aug 130 Sept 110 Oct 90 Nov - ORDERS MONTH PER MONTH – 103.3 88.3 95.0 78.3 85.0 105.0 110.0 MOVING AVERAGE
18
5-month Simple Moving Average
Jan 120 Feb 90 Mar 100 Apr 75 May 110 June 50 July 75 Aug 130 Sept 110 Oct 90 Nov - ORDERS MONTH PER MONTH – 99.0 85.0 82.0 88.0 95.0 91.0 MOVING AVERAGE MA5 = 5 i = 1 Di = = 91 orders for Nov
19
Smoothing Effects 150 – 125 – 100 – 5-month 75 – 50 – 25 – 0 – Orders
| | | | | | | | | | | Jan Feb Mar Apr May June July Aug Sept Oct Nov Actual Orders Month 5-month 3-month
20
Weighted Moving Average
WMAn = i = 1 Wi Di where Wi = the weight for period i, between 0 and 100 percent Wi = 1.00 Adjusts moving average method to more closely reflect data fluctuations
21
Weighted Moving Average Example
MONTH WEIGHT DATA August 17% 130 September 33% 110 October 50% 90 WMA3 = 3 i = 1 Wi Di = (0.50)(90) + (0.33)(110) + (0.17)(130) = orders November Forecast
22
Exponential Smoothing
Averaging method Weights most recent data more strongly Reacts more to recent changes Widely used, accurate method
23
Exponential Smoothing (cont.)
Ft +1 = Dt + (1 - )Ft where: Ft +1 = forecast for next period Dt = actual demand for present period Ft = previously determined forecast for present period = weighting factor, smoothing constant
24
Effect of Smoothing Constant
0.0 1.0 If = 0.20, then Ft +1 = 0.20Dt Ft If = 0, then Ft +1 = 0Dt + 1 Ft 0 = Ft Forecast does not reflect recent data If = 1, then Ft +1 = 1Dt + 0 Ft =Dt Forecast based only on most recent data
25
Exponential Smoothing (α=0.30)
PERIOD MONTH DEMAND 1 Jan 37 2 Feb 40 3 Mar 41 4 Apr 37 5 May 45 6 Jun 50 7 Jul 43 8 Aug 47 9 Sep 56 10 Oct 52 11 Nov 55 12 Dec 54 F2 = D1 + (1 - )F1 = (0.30)(37) + (0.70)(37) = 37 F3 = D2 + (1 - )F2 = (0.30)(40) + (0.70)(37) = 37.9 F13 = D12 + (1 - )F12 = (0.30)(54) + (0.70)(50.84) = 51.79
26
Exponential Smoothing (cont.)
FORECAST, Ft + 1 PERIOD MONTH DEMAND ( = 0.3) ( = 0.5) 1 Jan 37 – – 2 Feb 3 Mar 4 Apr 5 May 6 Jun 7 Jul 8 Aug 9 Sep 10 Oct 11 Nov 12 Dec 13 Jan –
27
Exponential Smoothing (cont.)
70 – 60 – 50 – 40 – 30 – 20 – 10 – 0 – | | | | | | | | | | | | | Actual Orders Month = 0.50 = 0.30
28
Linear Trend Line y = a + bx xy - nxy x2 - nx2 b = a = y - b x
where n = number of periods x = = mean of the x values y = = mean of the y values xy - nxy x2 - nx2 x n y y = a + bx where a = intercept b = slope of the line x = time period y = forecast for demand for period x
29
Least Squares Example x(PERIOD) y(DEMAND) xy x2 1 73 37 1 2 40 80 4
30
Least Squares Example (cont.)
y = = 46.42 b = = =1.72 a = y - bx = (1.72)(6.5) = 35.2 (12)(6.5)(46.42) (6.5)2 xy - nxy x2 - nx2 78 12 557
31
Linear trend line y = 35.2 + 1.72x Forecast for period 13
= units 70 – 60 – 50 – 40 – 30 – 20 – 10 – 0 – | | | | | | | | | | | | | Actual Demand Period
32
Seasonal Adjustments Repetitive increase/ decrease in demand
Use seasonal factor to adjust forecast Seasonal factor = Si = Di D
33
Seasonal Adjustment (cont.)
Total DEMAND (1000’S PER QUARTER) YEAR Total S1 = = = 0.28 D1 D 42.0 148.7 S2 = = = 0.20 D2 29.5 S4 = = = 0.37 D4 55.3 S3 = = = 0.15 D3 21.9
34
Seasonal Adjustment (cont.)
SF1 = (S1) (F5) = (0.28)(58.17) = 16.28 SF2 = (S2) (F5) = (0.20)(58.17) = 11.63 SF3 = (S3) (F5) = (0.15)(58.17) = 8.73 SF4 = (S4) (F5) = (0.37)(58.17) = 21.53 y = x = (4) = 58.17 For 2005
35
Forecast Accuracy Forecast error
difference between forecast and actual demand MAD mean absolute deviation MAPD mean absolute percent deviation Cumulative error Average error or bias
36
Mean Absolute Deviation (MAD)
Dt - Ft n MAD = where t = period number Dt = demand in period t Ft = forecast for period t n = total number of periods = absolute value
37
MAD Example Dt - Ft n MAD = = 53.39 11 = 4.85
– – PERIOD DEMAND, Dt Ft ( =0.3) (Dt - Ft) |Dt - Ft| Dt - Ft n MAD = = = 4.85 53.39 11
38
Other Accuracy Measures
Mean absolute percent deviation (MAPD) MAPD = |Dt - Ft| Dt Cumulative error E = et Average error E = et n
39
Comparison of Forecasts
FORECAST MAD MAPD E (E) Exponential smoothing (= 0.30) % Exponential smoothing (= 0.50) % Adjusted exponential smoothing % (= 0.50, = 0.30) Linear trend line % – –
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.