tests#
Statistical tests to check model results.
Contains diagnostic tests to check if model residuals/noise do not contain significant autocorrelation and are normally distributed, using hypothesis testing.
Examples
Run diagnostic tests on model after optimization:
ml.stats.diagnostics()
Functions#
|
Durbin-Watson test for autocorrelation. |
|
Ljung-box test for autocorrelation. |
|
Runs test for autocorrelation. |
|
Adapted Ljung-Box test to deal with missing data [Rcb3cfb20bb89-stoffer_1992]. |
|
Methods to compute various diagnostics checks for a time series. |