Exercises 6 Ns
Exercises 6 Ns
Week Sales
1 120
2 125
3 135
4 90
5 105
6 135
7 130
8 155
9 85
10 95
11 85
12 125
Naïve
Week Sales Error |Error| Error2 |Error|/Sales * 100
Forecast
1 120
2 125
3 135
4 90
5 105
6 135
7 130
8 155
9 85
10 95
11 85
12 125
Total
c) Develop a forecast by using averages of all historical data and calculate
ME, MAE, MSE and MAPE. Also, what is the forecast for week 13?
AAHD
Week Sales Error |Error| Error2 |Error|/Sales * 100
Forecast
1 120
2 125
3 135
4 90
5 105
6 135
7 130
8 155
9 85
10 95
11 85
12 125
Total
d) Develop five periods moving average forecast and calculate ME, MAE, MSE
and MAPE. Also, what is the forecast for week 13?
5MA
Week Sales Error |Error| Error2 |Error|/Sales * 100
Forecast
1 120
2 125
3 135
4 90
5 105
6 135
7 130
8 155
9 85
10 95
11 85
12 125
Total
e) Develop seven periods moving average forecast and calculate ME, MAE,
MSE and MAPE. Also, what is the forecast for week 13?
7MA
Week Sales Error |Error| Error2 |Error|/Sales * 100
Forecast
1 120
2 125
3 135
4 90
5 105
6 135
7 130
8 155
9 85
10 95
11 85
12 125
Total
f) Develop three periods weighted moving average forecast using the
weights 0.4 for the most recent observation, 0.35 for the second most
recent observation and 0.25 for the third most recent observation. Also,
calculate ME, MAE, MSE, MAPE and compute the forecast for week 13.
3WMA
Week Sales Error |Error| Error2 |Error|/Sales * 100
Forecast
1 120
2 125
3 135
4 90
5 105
6 135
7 130
8 155
9 85
10 95
11 85
12 125
Total
g) Compute the forecasts by exponential smoothing method using 𝛼 = 0.75
and calculate ME, MAE, MSE and MAPE. Also, what is the forecast for
week 13?
Exponential
Smoothing
Week Sales Error |Error| Error2 |Error|/Sales * 100
Forecast
(𝛼 = 0.75)
1 120
2 125
3 135
4 90
5 105
6 135
7 130
8 155
9 85
10 95
11 85
12 125
Total
h) Compute the forecasts by exponential smoothing method using 𝛼 = 0.13
and calculate ME, MAE, MSE and MAPE. Also, what is the forecast for
week 13?
Exponential
Smoothing
Week Sales Error |Error| Error2 |Error|/Sales * 100
Forecast
(𝛼 = 0.13)
1 120
2 125
3 135
4 90
5 105
6 135
7 130
8 155
9 85
10 95
11 85
12 125
Total
i) Based on the measures of accuracy that you have calculated in the parts
(b), (c), (d), (e), (f), (g) and (h), which method of forecasting would you
recommend for the company. Explain your answer.
Forecast Accuracy Naïve AAHD 5MA 7MA 3WMA Exponential Smoothing Exponential Smoothing
measure Forecast (𝜶 = 𝟎. 𝟕𝟓) Forecast (𝜶 = 𝟎. 𝟏𝟑)
MAE
MSE
MAPE
j) Which of the average methods in the parts (c), (d), (e) and (f) provides the
best forecasts and why?