statsmodels.tsa.seasonal.DecomposeResult.plot¶
-
DecomposeResult.plot(observed=
True, seasonal=True, trend=True, resid=True, weights=False)[source]¶ Plot estimated components
- Parameters:¶
- Returns:¶
matplotlib.figure.FigureThe figure instance that containing the plot.
Last update:
Oct 03, 2024