Вы находитесь на странице: 1из 17

Short Questions and Multiple Choices

1. Given an actual demand of 60 for a period when forecast of 70


was anticipated, and an alpha of 0.3, what would the forecast for
the next period be using simple exponential smoothing?

F = (1-0.3)(70)+0.3(60) = 67
2. Suppose you have been asked to generate a demand forecast for
a product for year 2012 using an exponential smoothing method.
The forecast demand in 2011 was 910. The actual demand in 2011
was 850. Using this data and a smoothing constant of 0.3, which of
the following is the demand forecast for year 2012?
A) 850
B) 885
C) 892
D) 925
E) 930
F = (1-0.3)(910)+0.3(850) = 892
Short Questions and Multiple Choices
3. The president of State University wants to forecast student
enrollments for this academic year based on the following
historical data: 5 years ago ; 15,000, 4 years ago ; 16,000, 3 years
ago; 18,000, 2 years ago; 20,000, Last year; 21,000. What is the
forecast for this year using exponential smoothing with = 0.4, if
the forecast for two years ago was 16,000?
t 1 2 3 4 5
A
t
15000 16000 18000 20000 21000
F
t
16000 17600
Forecast for last year
F
5
= (1-)F4+ (A4)
F
5
= 0.6(16000)+0.4(20000)=17600
Forecast for this year
F
6
= (1-)F5+ (A5)
F
6
= 0.6(17600)+0.4(21000)=18960

Short Questions and Multiple Choices
4. Use exponential smoothing to forecast this periods demand if
= 0.2, previous actual demand was 30, and previous forecast was
35.
A) 29
B) 31
C) 34
D) 36
E) 37
F
(t+1)
= F
t
+ (A
t
-F
t
)
5. Exponential smoothing is being used to forecast demand.
The previous forecast of 66 turned out to be 5 units larger
than actual demand. The next forecast is 65. Compute ?

65 = 66 + (-5)
66 +5 65 - 5
5 = 1 = 0.2
F = (1-0.2)(35)+0.2(30) = 34
Short Questions and Multiple Choices
6. A forecast based on the previous forecast plus a percentage of
the forecast error is:
A) a naive forecast
B) a simple moving average forecast
C) a centered moving average forecast
D) an exponentially smoothed forecast
E) an associative forecast

7. In exponential smoothing forecasting, using large values of the
smoothing coefficient generates forecasts that are more:
A) accurate
B) responsive
C) random
D) stable
E) level

F
t+1
= (1-)F
t
+ (A
t
)
F
t+1
= F
t
+ (A
t
-F
t
)
F
t+1
= (1-)F
t
+ (A
t
)
Short Questions and Multiple Choices
8. For what value of , exponential smoothing becomes nave
method?
A) =0
B) =0.25
C) =0.5
D) =0.75
E) =1

9. For what value of , exponential smoothing becomes a straight
line?
A) =0
B) =0.25
C) =0.5
D) =0.75
E) =1


F
t+1
= (1-)F
t
+ (A
t
)
F
t+1
= (A
t
)
F
t+1
= (1-1)F
t
+ 1(A
t
)
F
t+1
= (1-)F
t
+ (A
t
)
F
t+1
= F
t

F
t+1
= (1-0)F
t
+ 0(A
t
)
Problem 1
Given the following demand data
Month Feb Mar Apr May Jun Jul Aug
Demand 19 18 15 20 18 22 20
a) Draw the data.
b) Forecast for September using Five period moving average.
c) Forecast for September using Exponential smoothing. Alpha is
0.2 and forecast for march was 19.
d) Forecast for September using Nave method
e) Compute MAD for Nave Method and Exponential
Smoothing. Which one is preferred? Nave Method and
Exponential Smoothing?
f) Forecast for September using Linear Regression
(a) Plot the Data
Month Sales (1000)
1 Feb 19
2 Mar 18
3 Apr 15
4 May 20
5 Jun 18
6 Jul 22
7 Aug 20
Monthly Sales
0
5
10
15
20
25
0 2 4 6 8
Month
S
a
l
e

(
1
0
0
0
)
Monthly Sales
( b) Forecast for Sep Using 5 Period Moving Average
t At
1 19
2 18
3 15
4 20
5 18
6 22
7 20
F
8
=MA
7
= (A
7
+A
6
+A
5
+A
4
+A
3
)/5 = (20+22+18+20+15)/5
F
8
=MA
7
= 19
(b) Forecast Using 5 Period Moving Average for All Periods
t At MAt Ft
1 19
2 18
3 15
4 20
5 18 18
6 22 18.6 18
7 20 19 18.6
19
Moving Average
(c)Forecast for Sep Using Exponential Smoothing =0.2 and F(Mar) = 19
t At
1 19
2 18
3 15
4 20
5 18
6 22
7 20
March is period 2
F
3
= (1-)F
2
+ A
2

F
3
= (0.8)19+ 0.2(18)
F
3
= 18.8
(c) Forecast for Sep Using =.2 and F(Mar) = 19
Using the same formula, we compute F
4
, F
5
, F
6
, F
7
, and finally F
8

which is the demand for Sep.
At Ft
1 19
2 18 19
3 15 18.80
4 20 18.04
5 18 18.43
6 22 18.35
7 20 19.08
19.26
(d) Forecast for Sep Using Nave Method
F
(t +1)
=A
t
F
8
=A
7
F
8
= 20
Forecast for all periods using Nave Method
t At Ft
1 19
2 18 19
3 15 18
4 20 15
5 18 20
6 22 18
7 20 22
20
(e) Which Technique ?
When comparing several methods, we need to use the same
time horizon for all methods. We need to have actual as well as
forecasts for all methods for all periods of MAD computations
Here we have Actual for periods 1 to 7; that is 7 periods.
Regression can provide us with forecast for periods 1 to
Five period moving average can only provide forecast for
periods 6 and 7; that is 2 periods
Therefore, to compare all these methods, we can compute MAD
only over 2 periods. But two period is not enough.

Nave Method or Exponential Smoothing ?
Nave method forecasts for periods 2 to 7; That is 6 periods
Exponential Smoothing for periods 2 to 7; That is 6 periods
We can compare NM and ES over 6 periods.



(e) Nave Method or Exponential Smoothing ?
Period Actual Nave Method Expo. Smoothing
2 18 19 19.00
3 15 18 18.80
4 20 15 18.04
5 18 20 18.43
6 22 18 18.35
7 20 22 19.08
NM ES
1 1.00
3 3.80
5 1.96
2 0.43
4 3.65
2 0.92
2.83 1.96
Better
However, we need to keep all methods, because we need more
actual data. A MAD computed just 6 periods is not a reliable
measure.
It is better to have all methods for say 10-20 more periods, and
then identify the best method

The larger the , the larger the number of periods in the moving
average. True or false? Why?
For what value of alpha the forecast for the next period is equal to
90% of the actual of this period.

A) 0.9
B) 0.1
C) 0.5
D) all of the above
E) we do not know
Short Questions and Multiple Choices
False
Age of data = 1/
= 0.5 age of data is 2 periods.
= 0.2 age of data is 5 periods.
= 0.1 age of data is 10 periods.

Given the following demand
Suppose the forecast for period 2 is equal to the actual for period
1. What is your forecast for period 4 using exponential smoothing
and =0.5?
A) 300
B) 400
C) 500
D) 550
E) none of the above
Period Demand
1 300
2 500
3 600
F
t+1
= (1-)F
t
+ (A
t
)
F
t+1
= (1-0.5)F
t
+ 0.5(A
t
)
F
t+1
= (1/2) F
t
+ (1/2) (A
t
)
F
t+1
= (F
t
+A
t
)/2
F
3
= (F
2
+A
2
)/2
F
3
= (300+500)/2= 400
F
4
= (F
3
+A
3
)/2 = (400+600)/2 = 500





Short Questions and Multiple Choices

Given a forecast using a 6 period moving average. What is the
average age of data?
The last piece (newest piece) of data is only 1 period old.
The first piece (oldest piece) of data in a 6 period moving average
is 6 periods old.
The average age of data is (1+6)/2 = 3.5
If the age of data in exponential smoothing is 1/ , for what value
of , exponential smoothing performs close to a six period moving
average?
The age of data in a 6 period moving average is 3.5.
The age of data in exponential smoothing is 1/ .
1/ = 3.5
= 1/3.5
= 0.29





Short Questions and Multiple Choices

Вам также может понравиться