0% found this document useful (0 votes)
100 views

Tutorial2 Solution Jan21

1. The document provides daily sales data for blueberry muffins and cupcakes over a 5 day period. It asks to forecast orders for the next day using a naïve method. 2. It provides data on the number of customer complaints over 5 periods. It asks to forecast the next period using various forecasting methods including naive, moving average, weighted average, and exponential smoothing. 3. It provides demand data and forecasts from two methods (F1 and F2) over 6 periods. It asks to calculate accuracy measures like MAD, MSE to determine the more accurate forecasting method. 4. It provides daily high temperature data over the last week in St. Louis. It asks to

Uploaded by

Angel Desiree
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
100 views

Tutorial2 Solution Jan21

1. The document provides daily sales data for blueberry muffins and cupcakes over a 5 day period. It asks to forecast orders for the next day using a naïve method. 2. It provides data on the number of customer complaints over 5 periods. It asks to forecast the next period using various forecasting methods including naive, moving average, weighted average, and exponential smoothing. 3. It provides demand data and forecasts from two methods (F1 and F2) over 6 periods. It asks to calculate accuracy measures like MAD, MSE to determine the more accurate forecasting method. 4. It provides daily high temperature data over the last week in St. Louis. It asks to

Uploaded by

Angel Desiree
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

1.

A commercial bakery has recorded sales for two products, as shown below:

Day Blueberry Muffins Cupcakes


1 30 17
2 34 19
3 32 22
4 34 23
5 35 25

Predict orders for the following day for each of the products using an appropriate
naïve method.

m
Solution:

er as
Blueberry muffin orders are stable, varying around an average. Therefore,

co
eH w
the naïve forecast is the last value, 35. The demand for Cupcakes has a trend.

o.
The last change was from 23 to 25 (25 – 23 = 2). Using the last value and
rs e
ou urc
adding the last trend change, the forecast is 25 + 2 = 27.
o
aC s
vi y re
ed d
ar stu
is
Th
sh

This study source was downloaded by 100000829940303 from CourseHero.com on 11-03-2021 05:53:09 GMT -05:00

https://www.coursehero.com/file/13483327/Tutorial2-Solution-Jan21/
2. Given the following data:

Period Number of Complaints


1 60
2 65
3 55
4 58
5 64

Prepare a forecast for period 6 using each of these approaches:


a. The appropriate naïve approach.
b. A three-period moving average.
c. A weighted average using weights of 0.50 (most recent), 0.30, and 0.20.
d. Exponential smoothing with a smoothing constant of 0.40.

m
er as
co
a. 64

eH w
b.

o.
55  58  64
59
3 rs e
ou urc
c. 0.5* 64 + 0.3* 58 + 0.2* 55 = 60.4
o
aC s

d. F2= 60
vi y re

F3 = 60+0.4*(65-60)=62
F4 = 62+0.4*(55-62)=59.2
F5 = 59.2+0.4*(58-59.2)=58.72
ed d

F6 = 58.72+0.4*(64-58.72)=60.83
ar stu
is
Th
sh

This study source was downloaded by 100000829940303 from CourseHero.com on 11-03-2021 05:53:09 GMT -05:00

https://www.coursehero.com/file/13483327/Tutorial2-Solution-Jan21/
3. Two different forecasting techniques (F1 and F2) were used to forecast demand
for cases of bottled water. Actual demand and the two sets of forecasts are as
follows:

Period Demand F1 F2
1 68 66 66
2 75 68 68
3 70 72 70
4 74 71 72
5 69 72 74
6 72 70 76

a. Compute MAD for each set of forecasts. Given your results, which forecast

m
appears to be more accurate?

er as
b. Compute the MSE for each set of forecasts. Given your results, which forecast

co
appears to be more accurate?

eH w
o.
rs e
ou urc
Period Demand F1 e e e2 F2 e e e2
1 68 66 2 2 4 66 2 2 4
2 75 68 7 7 49 68 7 7 49
o

3 70 72 –2 2 4 70 0 0 0
aC s

4 74 71 3 3 9 72 2 2 4
vi y re

5 69 72 –3 3 9 74 –5 5 25
6 72 70 +2 2 4 76 –4 4 16
ed d

19 79 20 98
ar stu

a. MAD F1: 19/6 = 3.17


MAD F2: 20/6 = 3.33 F1 appears to be more accurate.
b. MSE F1: 79/5 = 15.8
is

MSE F2: 98/5 = 19.6 F1 appears to be more accurate.


Th
sh

This study source was downloaded by 100000829940303 from CourseHero.com on 11-03-2021 05:53:09 GMT -05:00

https://www.coursehero.com/file/13483327/Tutorial2-Solution-Jan21/
4. Daily high temperatures in St. Louis for the last week were as follows: 93, 94, 93,
95, 96, 88, 90 (yesterday).
(a) Forecast the high temperature today, using a 2-day moving average.
(b) Calculate the mean absolute deviation based on a 2-day moving average.
(c) Compute the mean squared error for the 2-day moving average.
(d) Calculate the mean absolute percent error for the 2-day moving average.

(a) (88+90)/2=89

m
er as
co
Period
2.22%Temperatures Ft e e e2 e/Actual

eH w
1
14.94% 93 -

o.
2 94 -
3
rs e
93 93.5 –0.5 0.5 0.25 0.54%
ou urc
4 95 93.5 1.5 1.5 2.25 1.58%
5 96 94 2 2 4 2.08%
6 88 95.5 -7.5 7.5 56.25 8.52%
o

7 90 92 -2 2 4
aC s

13.5 66.75
vi y re

(b)
MAD=13.5/5=2.7
(c) MSE=66.75/4=16.69
ed d

(d) MAPE=14.94%/5=2.99%
ar stu
is
Th
sh

This study source was downloaded by 100000829940303 from CourseHero.com on 11-03-2021 05:53:09 GMT -05:00

https://www.coursehero.com/file/13483327/Tutorial2-Solution-Jan21/
Name Formula Definition
n-period n
n =number of periods
moving A t i

average Ft  i 1
n

Weighted Ft  w1 At  1  w2 At  2  ...  wn At  n =weight for period t-i


Moving wi
Average

Exponential Ft  Ft  1   ( At  1  Ft  1 )
Smoothing =smoothing constant

n MAD = Mean Absolute Deviation


MAD | e i | ei  Ai  Fi

m
MAD  i 1

er as
n

co
eH w
n

MSE e 2
i MSE = Mean Squared Error

o.
MSE  i 1
rs e n 1
ou urc
n
| ei |
MAPE A *100 MAPE = Mean Absolute Percent
MAPE  i 1 i
% Error
o

n
aC s
vi y re
ed d
ar stu
is
Th
sh

This study source was downloaded by 100000829940303 from CourseHero.com on 11-03-2021 05:53:09 GMT -05:00

https://www.coursehero.com/file/13483327/Tutorial2-Solution-Jan21/
Powered by TCPDF (www.tcpdf.org)

You might also like