CH III - Forecasting
CH III - Forecasting
CH III - Forecasting
Delphi Method
3 types of participants
Decision makers
Staff Staff
(Administering
Respondents survey)
Respondents
(People who can make
valuable judgments)
Consumer Market Survey
1. Naive approach
Time-
2. Moving averages Series
3. Exponential smoothing Model
4. Trend projection Associative
5. Linear regression Model
Time Series Model
1. A Technique that uses a series of past data points to
make a forecast.
2. It require Set of evenly spaced (weekly, monthly,
quarterly) numerical data
1. Assumes that factors influencing past and present will
continue to influence in future
3. Forecast based only on past values, no other variables
are important
1. Obtained by observing responses at regular time
periods
Time Series Components
Trend Cycles
Seasonal Random
Trend Component
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
0 5 10 15 20
Random Component
M T W T
Naive Approach
The simplest way to forecast is to assume that
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
It provide a starting point against which a
more sophisticated model that follow can be
compared.
Moving Average Method
A forecasting method that uses an average of the n most recent
period.
Used if little or no trend
Used often for smoothing
Provides overall impression of data over time
22 –
20 –
18 –
16 –
14 –
12 –
10 –
| | | | | | | | | | | |
J F M A M J J A S O N D
Weighted Moving Average
Ft = Ft – 1 + a(At – 1 - Ft – 1)
(y value)
Deviation5 Deviation6
Deviation3
Deviation4
Deviation1
(error) Deviation2
Trend line, y^ = a + bx
(y value)
Deviation5 Deviation6
Deviation3
Least squares method minimizes the sum of
the squared errors (deviations)
Deviation4
Deviation1
Deviation2
Trend line, y^ = a + bx
^
y = a + bx
Sxy - nxy
b=
Sx2 - nx2
a = y - bx
Least Squares Example
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
^
y = a + bx
^ where y = computed value of the variable to be
predicted (dependent variable)
a = y-axis intercept
b = slope of the regression line
x = the independent variable though to predict
the value of the dependent variable
Associative Forecasting Example
1.0 –
| | | | | | |
0 1 2 3 4 5 6 7
Area payroll
Associative Forecasting Example
Sales, y Payroll, x x2 xy
2.0 1 1 2.0
3.0 3 9 9.0
2.5 4 16 10.0
2.0 2 4 4.0
2.0 1 1 2.0
3.5 7 49 24.5
∑y = 15.0 ∑x = 18 ∑x2 = 80 ∑xy = 51.5
^
y = 1.75 + .25x Sales = 1.75 + .25(payroll)