statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.summary¶
-
ExponentialSmoothingResults.summary(alpha=
0.05
, start=None
)[source]¶ Summarize the 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:
Nov 14, 2024