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
summaryand returns aSummaryobject.
  
    
      Last update:
      Jun 10, 2024