statsmodels.tsa.forecasting.stl.STLForecastResults.summary¶
-
STLForecastResults.summary() → statsmodels.iolib.summary.Summary[source]¶ Summary of both the STL decomposition and the model fit.
- Returns
SummaryThe summary of the model fit and the STL decomposition.
Notes
Requires that the model’s result class supports
summaryand returns aSummaryobject.