statsmodels.tsa.exponential_smoothing.ets.ETSResults.summary¶
-
ETSResults.summary(alpha=
0.05
, start=None
)[source]¶ Summarize the fitted model
- Parameters:¶
- Returns:¶
- summary
Summary
instance
This holds the summary table and text, which can be printed or converted to various output formats.
- summary
See also
Last update:
Oct 03, 2024