We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have the whitened residuals available via Residuals.calc_whitened_resids().
Residuals.calc_whitened_resids()
It will be useful to test the Gaussianity and whiteness of the whitened residuals to make sure that the timing model takes care of everything.
Example: https://arxiv.org/abs/2010.06109 They use the Anderson-Darling test for Gaussianity and the Ljung-Box test for whiteness.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have the whitened residuals available via
Residuals.calc_whitened_resids()
.It will be useful to test the Gaussianity and whiteness of the whitened residuals to make sure that the timing model takes care of everything.
Example: https://arxiv.org/abs/2010.06109
They use the Anderson-Darling test for Gaussianity and the Ljung-Box test for whiteness.
The text was updated successfully, but these errors were encountered: