VARResults.test_whiteness()

statsmodels.tsa.vector_ar.var_model.VARResults.test_whiteness

VARResults.test_whiteness(nlags=10, plot=True, linewidth=8) [source]

Test white noise assumption. Sample (Y) autocorrelations are compared with the standard 2 / \sqrt(T) bounds.

Parameters:

plot : boolean, default True

Plot autocorrelations with 2 / sqrt(T) bounds

doc_statsmodels
2017-01-18 16:22:07
Comments
Leave a Comment

Please login to continue.