Problem 15-01 (Algorithmic)
Consider the following time series data.
| Week | 1 | 2 | 3 | 4 | 5 | 6 |
| Value | 18 | 13 | 15 | 10 | 19 | 13 |
Using the naïve method (most recent value) as the forecast for the next week, compute the following measures of forecast accuracy.
______________________
Under the naive method of forecasting last period's actual values are used as this period's forecast , therefore forecasted values would start from week 2
Errors can be calculated as, Error = Forecast-Actual
| Week | Value | Forecast | Error | | Error | | Error2 | Error % |
| 1 | 18 | |||||
| 2 | 13 | 18 | 5 | 5 | 25 | 38.46% |
| 3 | 15 | 13 | -2 | 2 | 4 | 13.33% |
| 4 | 10 | 15 | 5 | 5 | 25 | 50% |
| 5 | 19 | 10 | -9 | 9 | 81 | 47.37% |
| 6 | 13 | 19 | 6 | 6 | 36 | 46.15% |
| 7 |
a) MAE = Sum of absolute errors/ Number of error values
= 5+2+5+9+6/5
= 27/5
= 5.4
b) MSE = Sum of squared errors/Number of error values
=171/5
= 34.2
Error% = |Error| /Actual × 100%
c) Mean absolute percentage error (MAPE) = Sum of percentage error/Number of error values
= 195.31/5
=39.062
d) In accordance with the naive method, 7th year forecasted value will be equal to the actual value in year 6
Therefore, forecast for week 7 will be 13.
Problem 15-01 (Algorithmic) Consider the following time series data. Week 1 2 3 4 5 6...
Problem 15-01 (Algorithmic) Consider the following time series data. Week 1 2 3 4 5 6 Value 18 14 15 11 19 14 Using the naïve method (most recent value) as the forecast for the next week, compute the following measures of forecast accuracy. Mean absolute error. Round your answer to one decimal place. Mean squared error. Round your answer to one decimal place. Mean absolute percentage error. Round your answer to two decimal places. What is the forecast for...
Problem 15-01 (Algorithmic) Consider the following time series data. Week 1 2 3 4 6 Value 20 14 16 10 18 14 Using the naiïve method (most recent value) as the forecast for the next week, compute the following measures of forecast accuracy a. Mean absolute error. Round your answer to one decimal place. b. Mean squared error. Round your answer to one decimal place. c. Mean absolute percent error. Round you answer to two decimal places. d. What is...
Consider the following time series data. Week 1 2 3 4 5 6 Value 1914 16 10 19 13 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. Round your answer to one decimal place. b. Mean squared error. Round your answer to one decimal place. c. Mean absolute percentage error. Round your answer to two decimal places. d. What is the forecast for...
Problem 15-03 (Algorithmic) Consider the following time series data. Week 1 2 3 4 5 6 Value 18 14 16 11 17 13 Using the naïve method (most recent value) as the forecast for the next week, compute the following measures of forecast accuracy: Mean absolute error (MAE) Mean squared error (MSE) Mean absolute percentage error (MAPE) Round your answers to two decimal places. MAE = MSE = MAPE = Using the average of all the historical data as a...
Consider the following time series data. Week 1 2 3 4 5 6 Value 20 14 16 11 19 15 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 If required, round your answer to one decimal place. (b) Mean squared error If required, round your answer to one decimal place. (c) Mean absolute percentage error If required, round your intermediate calculations and final...
Consider the following time series data. Week 1 2 3 45 6 Value 19 12 15 10 19 15 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 If required, round your answer to one decimal place. (b) Mean squared error If required, round your answer to one decimal place. (c) Mean absolute percentage error If required, round your intermediate calculations and final answer...
Consider the following time series data. Week 1 2 3 45 6 Value 20 12 15 11 18 13 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 If required, round your answer to one decimal place. (b) Mean squared error If required, round your answer to one decimal place. (c) Mean absolute percentage error If required, round your intermediate calculations and final answer...
Problem 8-1 Consider the following time series data. Week Value 1 18 2 12 3 16 4 5 6 11 1914 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 If required, round your answer to one decimal place. (b) Mean squared error If required, round your answer to one decimal place. (c) Mean absolute percentage error If required, round your intermediate calculations and...
the answer is not 41.1 OR
-13.42
Consider the following time series data. Week12 345 6 Value 20 12 15 11 18 13 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 If required, round your answer to one decimal place 5.4 (b) Mean squared error If required, round your answer to one decimal place. 32.6 (c) Mean absolute percentage error If required, round...
are these correct?
Consider the following time series data. Excel File: data17-01.xls Week 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 (to 1 decimal). 4.4 b.Mean squared error (to 1 decimal). 20.8 c. Mean absolute percentage error (to 2 decimals). 31.88 % d. What is the forecast for week 7...