4
$\begingroup$

I have done a linear regression and plot the residuals. I noticed that the errors are dependent(autocorrelated), how could I test homoscedasticity of this series? I read that Breusch-Pagan test only work with independent errors.

What test could I use to test if the variance is constant in this case?

kjetil b halvorsen
85.5k32 gold badges216 silver badges694 bronze badges
asked Dec 9, 2011 at 7:12
$\endgroup$
1
  • 1
    $\begingroup$ augment your under-specified model with arima structure to render a set of errors that are uncorrelated and then consider testing for points in time where the error variance changes. $\endgroup$ Commented Jan 31, 2020 at 0:52

1 Answer 1

1
$\begingroup$

IrishStat gave a good comment that points to an answer. He isn't on the site any more, so I will attempt an answer.

If you have autocorrelated errors, then you have to fix those before you worry about heteroscedasticity. One way to attempt to do this is as IrishStat suggests: Don't use linear regression; use ARIMA (or another time series method). Or, if you have a short time series, you could try a multilevel model or generalized estimating equations (GEE).

All of those methods have been discussed a lot here, and there is also a huge literature about them.

answered Dec 13, 2023 at 10:57
$\endgroup$

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.