Question

In: Statistics and Probability

Consider the time-series data in columns A and B on the below (picture). Week (A) Value...

Consider the time-series data in columns A and B on the below (picture).

Week (A) Value (B)
1 24
2 13
3 20
4 12
5 19
6 23
7 15

a. Using the naive method, develop a forecast for this time series. Compute MSE and MAPE. Show the forecast for week 8.

b. Using all previous values, develop a forecast for this time series. Compute MSE and MAPE. Show the forecast for week 8.

c. Develop a three-week moving average for this time series. Compute MSE and MAPE. Show the forecast for week 8.

d. Compare the MSE and MAPE for all three forecasting methods. Which forecasting method would you recommend based on these error values?

Solutions

Expert Solution

ANSWER::

a) Naive method,

A B C D =IF(C3=0,0,(B3/C3)-1)
Week Value Naïve Forcast % Diff
1 24
2 13 24 -0.46
3 20 13 0.54
4 12 20 -0.40
5 19 12 0.58
6 23 19 0.21
7 15 23 -0.35
8 15

b)

A B C D =IF(C3=0,0,(B3/C3)-1) E=ABS(B3-C3) F =(B3-C3)*(B3-C3) G=ABS((B3-C3)/B3)
Week Value Naïve Forcast % Diff MAD MSE MAPE
1 24
2 13 24 -0.46 11 121 0.85
3 20 13 0.54 7 49 0.35
4 12 20 -0.40 8 64 0.67
5 19 12 0.58 7 49 0.37
6 23 19 0.21 4 16 0.17
7 15 23 -0.35 8 64 0.53
8 15
MAD (11+7+8+7+4+8)/6 7.50
MSE (121+49+64+49+16+64)/6 60.50
MAPE (0.85+0.35+0.67+0.37+0.17+0.53)/6 48.97

c)

A B C =AVERAGE(B3:B5) D =(B5-C5) E=abs(Error) F= D5*D5 G =E5/B5
Week Value 3 Week MA Error abs(Error) Error^2 MAPE
1 24 -
2 13 -
3 20 19 1 1 1 5%
4 12 15 -3 3 9 25%
5 19 17 2 2 4 11%
6 23 18 5 5 25 22%
7 15 19 -4 4 16 27%
8 19
MSE (1+9+4+25+16)/5 11.00
MAPE (5+25+11+22+27)/5 18%

d)

3 week moving averages method would be recommed since is less MSE 11 only and MAPE 18%

NOTE:: I HOPE THIS ANSWER IS HELPFULL TO YOU......**PLEASE SUPPORT ME WITH YOUR RATING......

**PLEASE GIVE ME "LIKE".....ITS VERY IMPORTANT  FOR,ME......PLEASE SUPPORT ME .......THANK YOU


Related Solutions

Consider the time-series data in columns A and B on the below (picture). Week (A) Value...
Consider the time-series data in columns A and B on the below (picture). Week (A) Value (B) 1 24 2 13 3 20 4 12 5 19 6 23 7 15 a. Using the naive method, develop a forecast for this time series. Compute MSE and MAPE. Show the forecast for week 8. b. Using all previous values, develop a forecast for this time series. Compute MSE and MAPE. Show the forecast for week 8. c. Develop a three-week moving...
Consider the time series data in columns A and B. Month (A) Value (B) 1 6...
Consider the time series data in columns A and B. Month (A) Value (B) 1 6 2 11 3 9 4 14 5 15 a. Construct a time series plot. b. Use simple linear regression analysis to find the parameters for the line c. For each new month, how much change is there in the value (on average)? d. Create a "Forecast" column and use the regression equation to provide a forecast for each month. Include a forecats for month...
Consider the following time series data. Week 1 2 3 4 5 6 Value 19 12...
Consider the following time series data. Week 1 2 3 4 5 6 Value 19 12 15 11 18 13 a. Use α = 0.2 to compute the exponential smoothing forecasts for the time series. Week Time Series Value Forecast 1 19 2 12 3 15 4 11 5 18 6 13 Compute MSE. (Round your answer to two decimal places.) MSE =   b. Use a smoothing constant of α = 0.4 to compute the exponential smoothing forecasts. Week Time...
Consider the following time series data. Week 1 2 3 4 5 6 Value 18 13...
Consider the following time series data. Week 1 2 3 4 5 6 Value 18 13 16 11 17 14 a. Use a smoothing constant of a = 0.4 to compute the MSE (to 2 decimals). (___) 2.Consider the following time series data. Week 1 2 3 4 5 6 Value 19 13 17 12 17 15 b. Develop the three-week moving average forecasts for this time series. Compute MSE and a forecast for week 7 (to 2 decimals if...
Question 1. Consider the following time series data. Week 1 2 3 4 5 6 Value...
Question 1. Consider the following time series data. Week 1 2 3 4 5 6 Value 118 113 116 111 117 114 Construct a time series plot. What type of pattern exists in the data? Develop a three-week moving average for this time series. Compute MSE and a forecast for week 7. Use a =0.2 to compute the exponential smoothing values for the time series. Compute MSE and a forecast for week 7. Compare the three-week moving average forecast with...
Consider the following time series data. Week 1 2 3 4 5 6 Value 18 12...
Consider the following time series data. Week 1 2 3 4 5 6 Value 18 12 16 10 17 15 (a) Construct a time series plot. What type of pattern exists in the data? The data appear to follow a horizontal pattern. (b) Develop the three-week moving average forecasts for this time series. (Round your answers to two decimal places.) Week Time Series Value Forecast 1 18 2 12 3 16 4 10 15.33 5 17 12.67 6 15 14.33...
Consider the following time series data. Week 1 2 3 4 5 6 Value 20 13...
Consider the following time series data. Week 1 2 3 4 5 6 Value 20 13 15 10 18 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 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 4 5 6 Value 18 13...
Consider the following time series data. Week 1 2 3 4 5 6 Value 18 13 17 11 17 15 Calculate the measures of forecast error using the naive (most recent value) method and the average of historical data (to 2 decimals). Naive method Historical data Mean absolute error Mean squared error Mean absolute percentage error Top of Form Consider the following time series data. Month 1     2 3 4 5 6 7 Value 23 14 19 10 18...
Consider the following time series data. Week 1 2 3 4 5 6 Value 18 12...
Consider the following time series data. Week 1 2 3 4 5 6 Value 18 12 16 10 17 15 Develop the three-week moving average forecasts for this time series. (Round your answers to two decimal places.) Week Time Series Value Forecast 1 18 2 12 3 16 4 10 5 17 6 15 Compute MSE. (Round your answer to two decimal places.) MSE = What is the forecast for week 7? Use α = 0.2 to compute the exponential...
Consider the following time series data. Week 1 2 3 4 5 6 Value 18 14...
Consider the following time series data. Week 1 2 3 4 5 6 Value 18 14 16 11 17 15 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) Using the average of all the historical data as a forecast for the next period, compute the same three values. Round your answers to two decimal...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT