510 likes | 695 Views
Session 10a. Overview. Forecasting Methods Exponential Smoothing Simple Trend (Holt’s Method) Seasonality (Winters’ Method) Regression Trend Seasonality Lagged Variables. Forecasting. Analysis of Historical Data Time Series (Extrapolation) Regression (Causal)
E N D
Overview Forecasting Methods • Exponential Smoothing • Simple • Trend (Holt’s Method) • Seasonality (Winters’ Method) • Regression • Trend • Seasonality • Lagged Variables Decision Models -- Prof. Juran
Forecasting • Analysis of Historical Data • Time Series (Extrapolation) • Regression (Causal) • Projecting Historical Patterns into the Future • Measurement of Forecast Quality Decision Models -- Prof. Juran
Measuring Forecasting Errors • Mean Absolute Error • Mean Absolute Percent Error • Root Mean Squared Error • R-square Decision Models -- Prof. Juran
Mean Absolute Error Decision Models -- Prof. Juran
e n å i Y = 1 i i n e n å i ˆ Y = 1 i i n Mean Absolute Percent Error = 100 % * MAPE = 100 % * Or, alternatively Decision Models -- Prof. Juran
Root Mean Squared Error Decision Models -- Prof. Juran
R-Square Decision Models -- Prof. Juran
Trend Analysis • Part of the variation in Y is believed to be “explained” by the passage of time • Several convenient models available in an Excel chart Decision Models -- Prof. Juran
Example: Revenues at GM Decision Models -- Prof. Juran
You can right-click on the data series, and choose to superimpose a trend line on the graph: Decision Models -- Prof. Juran
You can also show moving-average trend lines, although showing the equation and R-square are no longer options: Decision Models -- Prof. Juran
Simple Exponential Smoothing Decision Models -- Prof. Juran
Why is it called “exponential”? Decision Models -- Prof. Juran
Example: GM Revenue Decision Models -- Prof. Juran
In this spreadsheet model, the forecasts appear in column G. Note that our model assumes that there is no trend. We use a default alpha of 0.10. Decision Models -- Prof. Juran
We use Solver to minimize RMSE by manipulating alpha. After optimizing, we see that alpha is 0.350 (instead of 0.10). This makes an improvement in RMSE, from 4691 to 3653. Decision Models -- Prof. Juran
Exponential Smoothing with Trend:Holt’s Method Weighted Current Level Weighted Current Observation Weighted Current Trend Decision Models -- Prof. Juran
Holt’s model with optimized smoothing constants. This model is slightly better than the simple model (RMSE drops from 3653 to 3568). Decision Models -- Prof. Juran
Exponential Smoothing with Seasonality:Winters’ Method Decision Models -- Prof. Juran
Weighted Current Seasonal Factor Weighted Seasonal Factor from Last Year Decision Models -- Prof. Juran
Winters’ model with optimized smoothing constants. This model is better than the simple model and the Holt’s model (as measured by RMSE). Decision Models -- Prof. Juran
Forecasting with Regression Decision Models -- Prof. Juran
Which Method is Better? The most reasonable statistic for comparison is probably RMSE for smoothing models vs. standard error for regression models, as is reported here: The regression models are superior most of the time (6 out of 10 revenue models and 7 out of 10 EPS models). Decision Models -- Prof. Juran
Time series characterized by relatively consistent trends and seasonality favor the regression model. If the trend and seasonality are not stable over time, then Winters’ method does a better job of responding to their changing patterns. Decision Models -- Prof. Juran
Lagged Variables • Only applicable in a causal model • Effects of independent variables might not be felt immediately • Used for advertising’s effect on sales Decision Models -- Prof. Juran
Example: Motel Chain Decision Models -- Prof. Juran
Here are measures of model fit for the non-regression models: The regression model has a standard error of only 213, which is much better than any of the other models. Decision Models -- Prof. Juran