5

Suppose I run OLS regression and find my residuals to be autocorrelated. When should I use a procedure like Newey-West and when should I use GLS modelling, ie. specifying some ARMA structure to the residuals and refitting the coefficients?

Richard Hardy
  • 67,272
badmax
  • 2,211

1 Answers1

2

I would consider them alternatives for autocorrelated and/or heteroscedastic errors. It's not like you either use one or another. Also, when you don't know the error covariance matrix, you have to estimate it in GLS using Feasible GLS or something like that. Maybe in the case where you somehow know the error covariance matrix GLS will be better, e.g. weighted least squares.

Note, also that GLS will generally produce different coefficients than OLS, while Newey West will not change coefficients.

Aksakal
  • 61,310