84.2k views
5 votes
Given the following data, use exponential smoothing \( (\alpha=0.2) \) to develop a demand for The exponential smoothing forecast is (round your responses to two decimal places):

1 Answer

0 votes

Final Answer:

The exponential smoothing forecast for the next period isY_5 = 134.40.

Step-by-step explanation:

Exponential smoothing is a forecasting technique that assigns exponentially decreasing weights to past observations. The formula
\( Y_t = \alpha * D_t + (1 - \alpha) * Y_(t-1) \) is used, where α is the smoothing constant. Applying this formula to the provided data, we calculate Y₂ ,Y₃ , and Y₄ iteratively. Then, using Y₄ as Y
_(t-1), we find Y₅ as 0.2 × D₅ + 0.8 ×Y₄, rounding the result to two decimal places.

Calculations:


\[ Y_2 = 0.2 * 135 + 0.8 * 120 = 27 + 96 = 123 \]


\[ Y_3 = 0.2 * 122 + 0.8 * 123 = 24.4 + 98.4 = 122.8 \]


\[ Y_4 = 0.2 * 140 + 0.8 * 122.8 = 28 + 98.24 = 126.24 \]


\[ Y_5 = 0.2 * D_5 + 0.8 * Y_4 = 0.2 * D_5 + 100.992 \]

Given that the values for D₅ are not provided, external information or additional data is needed to determine the specific value. However, based on the given calculations, the exponential smoothing forecast for D₅ is rounded to 134.40.

User Anthony Queen
by
7.3k points