statsmodels.tsa.seasonal.STL.fit¶
- STL.fit(inner_iter=None, outer_iter=None)¶
Estimate season, trend and residuals components.
- Parameters:
- Returns:
DecomposeResult
Estimation results.
Estimate season, trend and residuals components.
DecomposeResult
Estimation results.