Consider the following time series data
Month 1 2 3 4 5 6
Value 18 13 16 11 17 14
using the naive method (most recent value) as the forecast for the next week, compute the following measures of forecast accuracy.
a. mean absolute error
b mean squarred error
c. mean absolute percentage error
d. What is the forcast for week 7?