Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

The references I can find on HAC procedures (like Newey-West) in regression focus on the standard error of the estimated regression coefficients and hypothesis testing involving the same. I cannot find any references where the HAC estimate of error covariance is used in a generalized least squares procedure to get 'better' estimates of the regression coefficient. Is this not done? Or are the hypothesis tests just more interesting?

share|improve this question
I interpret the brief Wikipedia article as saying that this is done. Have you looked at its references? – whuber Nov 14 '11 at 18:57
@whuber: I started from Andrews and went forward. Perhaps I should work backwards. – shabbychef Nov 14 '11 at 19:11

1 Answer

up vote 2 down vote accepted

HAC procedures are just about providing consistent estimates of the standard errors. They do not change the estimation of the coefficients. If you have strict exogeneity with serial correlation, your coefficients are unbiased, but the standard errors are incorrect. HAC standard errors address the latter point.

As you allude to, this does not give efficient coefficient estimates. To achieve efficiency, in economics, at least, we typically use a Cochrane-Orcutt/Prais-Whinston procedure. This requires much stronger modeling assumptions to estimate the structure of the serial correlation, however.

They are analogous to Eicker-White heteroskedasticity robust standard errors. This procedure does not alter estimation, it only changes the estimates of the standard errors to ensure that they are consistent in the presence of heteroskedasticity. The efficient fix would be weighted least squares, but this requires modeling the form of the heteroskedasticity.

share|improve this answer
thanks. I suspected that HC/HAC could not be used to 'magically' infer the proper form of the weighting matrix to use in a weighted LS. As such, it becomes a harder sell, I think, to a lay-person, because the 'value add' of HC or HAC is that it improves the hypothesis test, leaving the estimated model untouched. – shabbychef Nov 21 '11 at 21:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.