Quantitative Forecasting

Quantitative forecasting projects history into the future.  In other words, it tries to understand what happened in the past and use that to predict the future.  Accordingly, quantitative forecasting involves two steps:

  1. Modeling the past
  2. Using the model to predict the future

Modeling the past involves plotting the data on a scatter diagram to fit one of three models:

  1. Constant, xt = a + et , et ~NID(0, s2)
  2. Linear, xt = a + bt + et , et ~NID(0, s2)
  3. Seasonal, xt = (a + bt) ct + et , or xt = a + bt + ct + et, et ~NID(0, s2)

Once the model is determined (Graphically), forecasting may proceed as follows:

For the constant model, use moving averages or exponential smoothing

Summary

Example

For the linear model, use least squares, double exponential smoothing, double moving averages.

Summary

Example