In: Other
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 exercise 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. exercises 1 and 2 used different forecasting methods. Which method appears to provide the more accurate forecasts for the historical data? explain.