10.1 White Noise and Autocorrelation
In this chapter, the authors extend ARIMA models to include other information by allowing the errors from a regression to contain autocorrelation
. The resulting model has two error terms, with only the ARIMA model errors assumed to be white noise.

WHITE NOISE
To incorporate autocorrelation into regression errors, the authors replace the traditional error term
, ϵt, with ηt, which is assumed to follow an ARIMA model
.
yt=β0+β1x1,t+...+βkxk,t+ηt
ηt follows an ARIMA(1,1,1) model:
(1−ϕ1B)(1−B)ηt(1+θ1B)ϵt
A regression model with ARIMA errors is equivalent to a regression model in differences with ARMA errors.
- all of the variables in the model must first be stationary