Plot the estimated components of the model.
Parameters: | which : {‘filtered’, ‘smoothed’}, or None, optional
alpha : float, optional
level : boolean, optional
trend : boolean, optional
seasonal : boolean, optional
cycle : boolean, optional
autoregressive : boolean, optional
fig : Matplotlib Figure instance, optional
figsize : tuple, optional
|
---|
Notes
If all options are included in the model and selected, this produces a 6x1 plot grid with the following plots (ordered top-to-bottom):
Specific subplots will be removed if the component is not present in the estimated model or if the corresponding keywork argument is set to False.
All plots contain (1 - alpha) % confidence intervals.