Question

In: Other

Consider the following time series data.

Consider the following time series data. 

Week123456
Value181516131716


a. Choose the correct time series plot.

image.png

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. Round your answers to two decimal places. 

WeekTime Series ValueForecast
118
215
316
413
517
616

 MSE:

 The forecast for week 7: 


c. Use α = 0.2 to compute the exponential smoothing values for the time series. Compute MSE and a forecast for week 7. Round your answers to two decimal places. 

WeekTime Series ValueForecast
118
215
316
413
517
616

MSE: 

The 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. 

The input in the box below will not be graded, but may be reviewed and considered by your instructor. 


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. Find a value of a for the smallest MSE. Round your answer to three decimal places. 

α =

Solutions

Expert Solution

1. D. D is the correct plot for the dataset.

2. FORECAST = SIGMA(PREVIOUS N DEMANDS) / N

WHERE N = 3

FORECAST 4 = (18 + 15 + 16) / 3 = 16.33

FORECAST 5 = (15 + 16 + 13) / 3 = 14.67

FORECAST 6 = (16 + 13 + 17) / 3 = 15.33


PERIOD

ACTUAL DEMAND

FORECAST

DEVIATION(D - F)

DEVIATION ^2

1

18

2

15

3

16

4

13

16.33

-3.33

11.0889

5

17

14.67

2.33

5.4289

6

16

15.33

0.67

0.4489

SIGMA

-0.33

16.9667

MSE = SIGMA(DEVIATIONS^2) / N, WHERE N = 3

MSE = 16.9667 / 3 = 5.66

FORECAST 7 = (13 + 17 + 16) / 3 = 15.33

3. FORECAST(T + 1) = FORECAST + (ALPHA * (ACTUAL DEMAND - FORECAST))

FORECAST 2 = 18 + (0.2 * (18 - 18) = 18

FORECAST 3 = 18 + (0.2 * (15 - 18) = 17.4

FORECAST 4 = 17.4 + (0.2 * (16 - 17.4) = 17.12

FORECAST 5 = 17.12 + (0.2 * (13 - 17.12) = 16.3

FORECAST 6 = 16.3 + (0.2 * (17 - 16.3) = 16.44

FORECAST 7 = 16.44 + (0.2 * (16 - 16.44) = 16.35


PERIOD

ACTUAL DEMAND

FORECAST

DEVIATION(D - F)

DEVIATION ^2

1

18

18

0

0

2

15

18

-3

9

3

16

17.4

-1.4

1.96

4

13

17.12

-4.12

16.9744

5

17

16.3

0.7

0.49

6

16

16.44

-0.44

0.1936

SIGMA

-8.26

28.618

MSE = SIGMA(DEVIATIONS^2) / N, WHERE N = 6

MSE = 28.618 / 6 = 4.77

D. BASED ON THE MSE VALUE, EXPONENTIAL SMOOTHING IS CLOSER TO THE ACTUAL DATASET


Related Solutions

Consider the following time series data.
  Consider the following time series data. Quarter Year 1 Year 2 Year 3 1 5 8 10 2 2 4 8 3 1 4 6 4 3 6 8 (b) Use a multiple regression model with dummy variables as follows to develop an equation to account for seasonal effects in the data. Qtr1 = 1 if Quarter 1, 0 otherwise; Qtr2 = 1 if Quarter 2, 0 otherwise; Qtr3 = 1 if Quarter 3, 0 otherwise.   If required,...
Consider the following time series.
Consider the following time series. t 1 2 3 4 5 yt 5 10 10 15 14 (a) Choose the correct time series plot. (i) (ii) (iii) (iv) - Select your answer -Plot (i)Plot (ii)Plot (iii)Plot (iv)Item 1 What type of pattern exists in the data? - Select your answer -Positive trend patternHorizontal stationary patternVertical stationary patternNegative trend patternItem 2 (b) Use simple linear regression analysis to find the parameters for the line that minimizes MSE for this time series....
Consider the following gasoline time series data. Click on the datafile logo to reference the data....
Consider the following gasoline time series data. Click on the datafile logo to reference the data. show the exponential smoothing forecasts using = 0.1. Applying the MSE measure of forecast accuracy, would you prefer a smoothing constant of = .1 or = .2 for the gasoline sales time series (to 2 decimals)? MSE for = .1 9.25 MSE for = .2 8.98 Are the results the same if you apply MAE as the measure of accuracy (to 2 decimals)? MAE...
Consider the following time series.   (a) Choose the correct time series plot.     (i)...
Consider the following time series.   (a) Choose the correct time series plot.     (i) (ii) (iii) (iv)     - Select your answer -Plot (i)Plot (ii)Plot (iii)Plot (iv)Item 1     What type of pattern exists in the data?   - Select your answer - Horizontal PatternDownward Trend PatternUpward Trend PatternItem 2     (b) Use simple linear regression analysis to find the parameters for the line that minimizes MSE for this time series.       Do...
Consider the following regression results of B for time series data. The dependent variable is the...
Consider the following regression results of B for time series data. The dependent variable is the log of real consumption and the regressors are all lagged by one period. The coefficients are estimated by OLS method. *, **, and *** indicate that the coefficients are significant at the 10%, 5%, and 1% level, respectively. The F- test in the last row tests the joint hypothesis that all the coefficients except the constant are zero and their p-values are provided in...
Consider the following gasoline sales time series data. Click on the datafile logo to reference the...
Consider the following gasoline sales time series data. Click on the datafile logo to reference the data. Week Sales (1000s of gallons) 1     16    2     22    3     18    4     23    5     18    6     16    7     20    8     17    9     22    10     20    11     16    12     22    a. Using a weight of 1/2 for the most recent observation, 1/3 for the second most recent observation, and 1/6 third the...
Consider the following gasoline sales time series data. Click on the datafile logo to reference the...
Consider the following gasoline sales time series data. Click on the datafile logo to reference the data. Week Sales (1000s of gallons) 1     16    2     21    3     19    4     24    5     18    6     16    7     19    8     17    9     23    10     20    11     15    12     22    a. Using a weight of 1/2 for the most recent observation, 1/3 for the second most recent observation, and 1/6 third the...
Consider the following gasoline sales time series data. Click on the datafile logo to reference the...
Consider the following gasoline sales time series data. Click on the datafile logo to reference the data. Week Sales (1000s of gallons) 1     17    2     21    3     19    4     24    5     18    6     15    7     21    8     19    9     22    10     19    11     15    12     23    a. Using a weight of 1/2 for the most recent observation,1/3 for the second most recent observation, and 1/6 third the most...
Consider the following quarterly time series. The regression model developed for this data set that has...
Consider the following quarterly time series. The regression model developed for this data set that has seasonality and trend is as follows, yˆt = 864.08 + 87.8Qtr1t + 137.98Qtr2t + 106.16Qtr3t + 28.16t Compute the quarterly forecasts for next year based on the regression model? Quarter Year 1 Year 2 Year 3 1 923 1112 1243 2 1056 1156 1301 3 1124 1124 1254 4 992 1078 1198
a. Which of the following is a correct time series plot for this data?
Consider the following time series data. Week 1 2 3 4 5 6 Value 19 14 17 12 18 14 a. Which of the following is a correct time series plot for this data? Plot 1 Plot 2 Plot 3 What type of pattern exists in the data? Vertical Horizontal Scatter b. Develop the three-week moving average forecasts for this time series. Compute MSE and a forecast for week 7 (to 2 decimals if necessary). MSE The forecast for week...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT