1 / 8

SolvedProblem

Given the following data, calculate forecasts for months April through June using a three-month moving average and an exponential smoothing forecast with an alpha of 0.2. Use the naïve method to start the exponential smoothing process.

mccomb
Download Presentation

SolvedProblem

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Given the following data, calculate forecasts for months April through June using a three-month moving average and an exponential smoothing forecast with an alpha of 0.2. Use the naïve method to start the exponential smoothing process.

  2. A 3-month moving average forecast for April is the average of the actual sales figures of January, February, and March.

  3. A 3-month moving average forecast for May is the average of the actual sales figures of February, March and April.

  4. A 3-month moving average forecast for June is the average of the actual sales figures of March, April and May.

  5. Using the naïve method to start the process means the forecast of February is assumed to be the actual of January (i.e., F2=A1).An exponential smoothing with a = 0.2 forecast for March is computed by the formula a x Actual of February + (1-a) x Forecast of February.

  6. An exponential smoothing with a = 0.2 forecast for April is computed by the formula a x Actual of March + (1-a) x Forecast of March. The forecast of March is its exponential smoothing forecast computed in the previous slide.

  7. An exponential smoothing with a = 0.2 forecast for May is computed by the formula a x Actual of April + (1-a) x Forecast of April. The forecast of April is its exponential smoothing forecast computed in the previous slide.

  8. An exponential smoothing with a = 0.2 forecast for June is computed by the formula a x Actual of May + (1-a) x Forecast of May. The forecast of May is its exponential smoothing forecast computed in the previous slide.

More Related