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.

I had a time series model with 5 time series variables and it's a model that's reputed in the literature for having autocorrelation problems. Why when I use standard OLS var-covar matrix only 2 variables are (highly) significant but with Newey West varcovar matrix 4 of the variables are (highly) significant (1% level)?

share|improve this question

1 Answer

There may be several effects. First, you may be hitting negative autocorrelations somewhere down the road. Second, most sandwich-like estimators are biased down, so with short samples (say of total length 10-15), you may have notably larger biases with the smaller data set.

If there are wild swings in significance, you need to proceed conservatively: report both, but act only on the evidence that's supported in both specifications.

share|improve this answer
I have 1000 time series observations and it's my HAC Newey West that is giving me significance across the board (you said they were "biased down"? Or did you mean SEs were biased down and not the test statistic?) – user14281 Oct 3 '12 at 14:04
The standard errors are biased down. $n=1000$ should not give you trouble. Look at the ACF/PACFs to see if you can spot any negative autocorrelations of the residuals. May be your model is simply misspecified, and then there is little you can do about it other than adding some extra terms, lags, etc. – StasK Oct 3 '12 at 14:07

Your Answer

 
discard

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