statsmodels.tsa.forecasting.stl.STLForecastResults.summary

STLForecastResults.summary()[source]

Summary of both the STL decomposition and the model fit.

Returns:

The summary of the model fit and the STL decomposition.

Return type:

Summary

Notes

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