1 / 18

Assignment 2

Assignment 2. Given the following data. Plot the data Forecast for Sep. using linear regression Forecast for Sep. using 5 period moving average Forecast for Sep. using exponential smoothing. Alpha is .2 and forecast for march was 19 Forecast for Sep. using Naïve method

alagan
Download Presentation

Assignment 2

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. Assignment 2 Given the following data • Plot the data • Forecast for Sep. using linear regression • Forecast for Sep. using 5 period moving average • Forecast for Sep. using exponential smoothing. Alpha is .2 and forecast for march was 19 • Forecast for Sep. using Naïve method • Compute MAD for all

  2. (a) Plot the Data

  3. (b-1)Forecast for Sep UsingRegression Linear Trend Equation, Regression, Lest Square Method are alternative names for the same method.

  4. Linear Regression

  5. Linear Regression

  6. b0 and b1

  7. b0 and b1 and R^2 Using excel

  8. (b-2)Forecast for Sep Using5 Period Moving Average F8 =MA7= (A7+A6+A5+A4+A3)/5 = (20+22+18+20+15)/5 F8 =MA7= 19

  9. (b-2)Forecast Using5 Period Moving Average for All Periods

  10. (b-3)Forecast for Sep Using Exponential Smoothing α =.2 and F(Mar) = 19 March is period 2 F3 = (1-α)F2 + α A2 F3 = (.8)19+ .2(18) F3 = 18.8

  11. (b-3)Forecast for Sep Using α =.2 and F(Mar) = 19 Using the same formula, we compute F4, F5, F6, F7, and finally F8 which is the demand for Sep.

  12. (b-4)Forecast for Sep Using Naïve Method F8 =A7 F8 = 20 F(t +1) =At Forecast for all periods using Naïve Method

  13. (c) Which Technique ? When comparing several methods using MAD, we need to use the same time horizon for all methods. We need to have actual as well as forecasts for all methods for all periods of MAD computations Here we have Actual for periods 1 to 7; that is 8 periods Regression for periods 1 to infinity Therefore, if regression was the only method under consideration, then I could have computed MAD over 8 periods. However, we have Five period moving average forecasts for periods 6 and 7; that is 2 periods Therefore, to compare all these methods, we can compute MAD only over 2 periods. But 2 periods is too short, so we forget moving averages. We have Naïve method forecasts for periods 2 to 7; That is 6 periods Exponential Smoothing for periods 2 to 7; That is 6 periods We can compare NM, ES, and Reg over 6 periods. We may also ignore period 2 because in exponential smoothing forecast for period 2 is just the same as actual demand for period 1. Here we compare NM, ES, and Reg over a 5 period time horizon. From period 3 to period 7

  14. (c) Which Technique ? When comparing several methods using MAD, we need to do it over the same time horizon for all methods. Here we have moving average for 2 periods

  15. (c) Which Technique ?

  16. (c) Which Technique ? Worst Best However, we need to keep all methods, because we need more actual data. A MAD computed just 5 periods is not a reliable measure. It is better to have all methods for say 10-20 more periods, and then identify the best method

  17. Assignment 2: Problem 2(a) Exponential smoothing is being used to forecast demand. The previous forecast of 66 turned out to be 5 units larger than actual demand. The next forecast is 65. Compute ? F(t+1) = Ft +  (At-Ft) 65 66 +5 - 5 65 = 66 +  (-5) 5  = 1  = 0.2

  18. Assignment 2: Problem 1 The 5-period moving average in month 6 was 150 units. Actual demand in month 7 is 180 units. What is 6 period moving average in month 7? MA56 = (A6+A5+A4+A3+A2)/5 MA67 = (A7+A6+A5+A4+A3+A2)/6 MA56 = (A6+A5+A4+A3+A2)/5 = 150 A6+A5+A4+A3+A2 = 750 A7 = 180 MA67 = (A7+A6+A5+A4+A3+A2)/6 MA68 = (180+750)/6 = 155

More Related