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. |
|
Test for autocorrelation using the Ljung-Box test. |
|
Test for autocorrelation using the runs test. |
|
Adapted Ljung-Box test to deal with missing data [Rcb3cfb20bb89-stoffer_1992]. |
|
Methods to compute various diagnostics checks for a time series. |