statsmodels.tsa.ar_model.AutoRegResults.diagnostic_summary¶
- AutoRegResults.diagnostic_summary()[ソース]¶
Returns a summary containing standard model diagnostic tests
- Returns:¶
SummaryA summary instance with panels for serial correlation tests, normality tests and heteroskedasticity tests.
参考
test_serial_correlationTest models residuals for serial correlation.
test_normalityTest models residuals for deviations from normality.
test_heteroskedasticityTest models residuals for conditional heteroskedasticity.
最終更新日:
2025年01月28日