statsmodels.tsa.forecasting.stl.STLForecastResults.summary

STLForecastResults.summary()statsmodels.iolib.summary.Summary[source]

Summary of both the STL decomposition and the model fit.

Returns
Summary

The summary of the model fit and the STL decomposition.

Notes

Requires that the model’s result class supports summary and returns a Summary object.