Demand Management
Demand Management
Introduction
4-2
DEMAND MANAGEMENT
4-3
Demand Management
7-4
Demand Management
7-6
Demand Management
• Three basic types of demand forecasting
models:
– Judgmental
• Use judgment or intuition
• Where there is limited or no historical data, such
as with a new product introduction
– Time series
• Assumption: demand is solely dependent on past
demand
• SMA and WMA etc.
7-7
Contd.
– Cause and effect (associative)
• one or more factors are related to demand
• Eg: as interest rates increase, housing sales tend
to decrease
• Simple and multiple regression
4-8
Time Series Analysis
• Using the past to predict the future
Short term – forecasting less than 3 months
• Useful for detecting general trends and identifying major turning points
9
Model Selection
10
1. Simple Moving Average
• Forecast is the average of a fixed number of past periods.
12
Simple Moving Average Formula
•
13
Simple Moving Average – Example
14
Example
• Calculate the three month and five month
moving average for following data.
January 120
February 90
March 100
April 75 =(120+90+100)/3=
104
May 110 =(90+100+75)/3=89
June 50 = (100+75+110)/3=95 =(120+90+100+75+110)/5=99
July 75 =(75+110+50)/3=79 =(90+100+75+110+50)/5=85
August 130 =(110+50+75)/3=79 =(100+75+110+50+75)/5=82
Septembe 110 =(50+75+130)/3=85 =(75+110+50+75+130)/5=88
r
October 90 =(75+130+110)/ =(110+50+75+130+110)/5=95
3=105
Novembe =(130+110+90)/ =(50+75+130+110+90)/5=91
r 3=110
16
2. Weighted Moving Average
17
𝐹 𝑡=𝑤 1 𝐴𝑡 −1+𝑤 2 𝐴 𝑡 −2+…+𝑤𝑛𝐴𝑡 −𝑛
100 90 105 95 ?
19
Month 1 Month 2 Month 3 Month 4 Month 5
100 90 105 95 ?
20
Selecting Weights
• Experience and/or trial-and-error are the simplest
approaches.
22
Exponential Smoothing
• Well accepted for six reasons
– Exponential models are surprisingly accurate
– Formulating an exponential model is relatively
easy
– The user can understand how the model works
– Little computation is required to use the model
– Computer storage requirements are small
– Tests for accuracy are easy to compute
23
Exponential Smoothing Model
24
Exponential Smoothing Example
Week Demand Forecast
1 820
α = 0.2
2 775
3 680
Forecast for 10th Month
4 655
5 750
6 802
7 798
8 689
9 775
10
25
Exponential Smoothing Example
Week Demand Forecast α = 0.2
1 820 820
2 775 820
3 680 811
4 655 785
5 750 759
6 802 757
7 798 766
8 689 772
9 775 756
10 760
26
Question
Sunrise Baking Company markets doughnuts through a chain of
food stores. It has been experiencing over and underproduction
because of forecasting errors. The following data are its demand in
dozens of doughnuts for the past four weeks. Doughnuts are made
for the following day; for example, Sunday's doughnut production
is for Monday's sales, Monday's production is for Tuesday’s sales,
and so forth. The bakery is closed Saturday, so Friday’s production
must satisfy demand for both Saturday and Sunday.
27
Make a forest for this week on the Following basis:
a. Daily, using a simple four-week moving average.
29
30
31
32
Linear trend line
• Forecasting method in which a mathematical
relationship is developed between demand and
some other factors that causes demand behavior.
Y = a + bx
n = Number of periods.
x=/n
y=/n
a = y - bx
34
Find the trend line and the demand for
period 13.
X (Time Period) Y ( Demand)
1 37
2 40
3 41
4 37
5 45
6 50
7 43
8 47
9 56
10 52
11 55
12 54
35
x y xy x^2
1 37 37 1
2 40 80 4
3 41 =3*41=123 9
4 37 =4*37=148 16
5 45 =5*45=225 25
6 50 =6*50=300 36
7 43 =7*43=301 49
8 47 =8*47=376 64
9 56 =9*56=504 81
10 52 =10*52=520 100
11 55 =11*55=605 121
12 54 =12*54=648 144
78 557 3867 650 36
x y xy x^2
1 37 37 1
2 40 80 4
3 41 123 9
4 37 148 16
5 45 225 25
6 50 300 36
7 43 301 49
8 47 376 64
9 56 504 81
10 52 520 100
11 55 605 121
12 54 648 144
3867 650 37
• x = 6.5
y = 46.42
b = 1.72
a = 35.2
y= 35.2 + 1.72x
b = 4.06
a = 18.46
y= 18.46 + 4.06x
4-43