You are on page 1of 2

1.

Consider the following time series data:

Week 1 2 3 4 5 6
Value 18 13 16 11 17 14

Using the naïve method (most recent value) as the forecast for the next week, compute the following
measures of forecast accuracy:

a. Mean absolute error

b. Mean squared error

c. Mean absolute percentage error

d. What is the forecast for week 7?

2. Refer to the time series data in Problem 1. Using the average of all the historical data as a forecast
for the next period, compute the following measures of forecast accuracy:

a. Mean absolute error

b. Mean squared error

c. Mean absolute percentage error

d. What is the forecast for week 7?

3. Problems 1 and 2 used different forecasting methods. Which method appears to provide the more
accurate forecasts for the historical data? Explain.

4. Consider the following time series data:

Month 1 2 3 4 5 6 7
Value 24 13 20 12 19 23 15
a. Compute MSE using the most recent value as the forecast for the next period. What is the forecast for
month 8?

b. Compute MSE using the average of all the data available as the forecast for the next period. What is
the forecast for month 8?

c. Which method appears to provide the better forecast?

5. Consider the following time series data:

Week 1 2 3 4 5 6
Value 18 13 16 11 17 14

a. Construct a time series plot. What type of pattern exists in the data?

b. Develop a three-week moving average for this time series. Compute MSE and a forecast for week 7.

c. Use a 5 0.2 to compute the exponential smoothing values for the time series. Compute MSE and a
forecast for week 7.

d. Compare the three-week moving average forecast with the exponential smoothing forecast using
a = 0.2. Which appears to provide the better forecast based on MSE? Explain.

e. Use trial and error to find a value of the exponential smoothing coefficient a that results in a smaller
MSE than what you calculated for a = 0.2?

You might also like