Solved – What are the assumptions of ARIMA/Box-Jenkins modeling for forecasting time series

arimaassumptionsbox-jenkinsforecastingtime series

What are the assumptions of ARIMA/Box-Jenkins modeling for forecasting time series?

Best Answer

  1. There are no known/suspected predictor variables
  2. There are no level shifts
  3. There are no deterministic time trends of the form $1,2,3,...,t$
  4. There are no seasonal dummies
  5. There are no one time anomalies
  6. The model parameters are constant over time
  7. The error process is homoscedastic (constant) over time

Most software solutions proceed to ignore all of these assumptions. AUTOBOX a piece of software that I have helped develop identifies and tests and remedies any violations of the above (save 1) leading to a Robust ARIMA solution.