Question

Many forecasting models use parameters that are estimated using nonlinear optimization. For instance, the basic exponential...

Many forecasting models use parameters that are estimated using nonlinear optimization. For instance, the basic exponential smoothing model for forecasting sales is

     ŷ(t + 1) = αyt + (1 - α) ŷt

     where

     ŷt + 1 = forecast of sales for period t + 1

     yt = actual sales for period t

     ŷt = forecast of sales for period t

     α = smoothing constant, 0 ≤ α ≤ 1

Click on the datafile logo to reference the data.

This model is used recursively; the forecast for time period t + 1 is based on the forecast for period t, ŷt, the observed value of sales in period t, yt, and the smoothing parameter α. The use of this model to forecast sales for 12 months is illustrated in the table below with the smoothing constant α = 0.3. The forecast errors, yt - ŷt, are calculated in the fourth column. The value of α is often chosen by minimizing the sum of squared forecast errors. The last column of the table below shows the square of the forecast error and the sum of squared forecast errors. In using exponential smoothing models, one tries to choose the value of α that provides the best forecasts. The file ExpSmooth contains the observed data shown below.

Week Observed Value Forecast Forecast Error Squared Forecast Error
(t) yt ŷt yt - ŷt (yt - ŷt)2
1 17 17.00 0.00 0.00
2 21 17.00 4.00 16.00
3 19 18.20 0.80 0.64
4 23 18.44 4.56 20.79
5 18 19.81 -1.81 3.27
6 16 19.27 -3.27 10.66
7 20 18.29 1.71 2.94
8 18 18.80 -0.80 0.64
9 22 18.56 3.44 11.83
10 20 19.59 0.41 0.17
11 15 19.71 -4.71 22.33
12 22 18.30 3.70 13.69
Sum = 102.86

Construct this table using the formula above. Note that we set the forecast in period 1 to the observed in period 1 to get started (ŷ1 = y1 = 17), then the formula above for ŷ t + 1 is used starting in period 2. Make sure to have a single cell corresponding to α in your spreadsheet model. After confirming the values in the table below with α = 0.3, try different values of α to see if you can get a smaller sum of squared forecast errors. Use Excel Solver to find the value of α that minimizes the sum of squared forecast errors.

If required, round your answer to four decimal places. Do not round intermediate calculations.

α =

Homework Answers

Answer #1

Formulas

Using Excel

data -> data analysis -> solver

alpha = 0.1744

Please give me a thumbs-up if this helps you out. Thank you! :)

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
For the data given below, forecast period 17 using following methods and suggest the best forecasting...
For the data given below, forecast period 17 using following methods and suggest the best forecasting model 1. Simple Moving Average (Three Period) 2. Weighted Average (50% on t-1, 30% on t-2, 20% on t-3) 3. Exponential Smoothing (α=.1), F1= y intercept from regression) 4. Exponential Smoothing (α=.3), F1= y intercept from regression) 5. Exponential Smoothing with trend (α=.3) and (δ=.3), F1= y intercept from regression)** 5. Exponential Smoothing with trend (α=.1) and (δ=.3), F1= y intercept from regression)** 6....
Ch 04 HW 3 Forecasting problem Method: Exponential Smoothing optimized with Solver The data for this...
Ch 04 HW 3 Forecasting problem Method: Exponential Smoothing optimized with Solver The data for this problem is shown in the table below. Note: changes from the original problem data are highlighted in yellow. Time (t) Actual A(t) 1 950 2 930 3 940 4 955 5 972 6 926 7 834 8 840 9 828 10 813 11 don't have yet What is the Forecast for Time Period 11 using this method?
1 Which of the following statements is TRUE regarding time series forecasting methods? a Moving average...
1 Which of the following statements is TRUE regarding time series forecasting methods? a Moving average (MA) method is appropriate for forecasting an item that shows seasonal pattern b By assigning larger weight to the most recent period data, weighted moving average (WMA) method is more reflective to the changes in the most recent period of data than MA method c Simple exponential smoothing method is NOT appropriate for forecasting stable item without trend d Linear trend line method is...
Regression model Using gretl this has been estimated with the output below. Model 1: OLS, using...
Regression model Using gretl this has been estimated with the output below. Model 1: OLS, using observations 1-57 coefficient std. error t-ratio p-value const -0.6167 0.2360 -2.6130 0.0118 X1 -1.9892 0.0409 -48.6760 0.0000 X2 0.3739 0.0408 9.1686 0.0000 X3 1.3447 0.0368 36.5730 0.0000 X4 -0.4012 0.0320 -12.5220 0.0000 X5 -0.0478 0.1276 -0.3746 0.7095 Mean dependent var -6.2529 S.D. dependent var 4.2151 Sum squared resid 6.8318 S.E. of regression 0.366 R-squared 0.99313 Adjusted R-squared 0.99246 F(5, 51) 1475.3 P-value(F) 0 Log-likelihood...