statsmodels.tsa.forecasting.stl.STLForecastResults.summary¶ STLForecastResults.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 summary and returns a Summary object.