Efficient estimation with AR(1) errors

Summary

Setup

  • The linear regression model

yt=β1+β2xt+εt,t=1,,T

  • All data is stationary
  • The explanatory variable is exogenous
  • The error terms follow a stationary AR(1) process

εt=ρεt1+νt,t=1,,T

  • where νt is white noise.

The transformed model

  • Calculating ytρyt1 :

ytρyt1=β1+β2xt+εtρ(β1+β2xt1+εt1)

  • or

yt=β1(1ρ)+β2xtρβ2xt1+ρyt1+νt

  • This is a nonlinear ADL(1,1) model where the error terms are white noise .
  • All the parameters can be consistently estimated using NLS.