W3cubDocs

/Statsmodels

statsmodels.tsa.statespace.varmax.VARMAXResults.test_normality

VARMAXResults.test_normality(method)

Test for normality of standardized residuals.

Null hypothesis is normality.

Parameters: method (string {'jarquebera'} or None) – The statistical test for normality. Must be ‘jarquebera’ for Jarque-Bera normality test. If None, an attempt is made to select an appropriate test.

Notes

If the first d loglikelihood values were burned (i.e. in the specified model, loglikelihood_burn=d), then this test is calculated ignoring the first d residuals.

In the case of missing data, the maintained hypothesis is that the data are missing completely at random. This test is then run on the standardized residuals excluding those corresponding to missing observations.

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.tsa.statespace.varmax.VARMAXResults.test_normality.html