statsmodels.tsa.vector_ar.local_proj.LocalProjectionsResults.plot_irfs#
- LocalProjectionsResults.plot_irfs(impulse=None, response=None, alpha=0.1, figsize=None, n_cols=None)[source]#
Plot impulse response functions with confidence bands.
- Parameters:
- impulse
intorstrorNone,optional Index or name of the shock variable. Plots all shocks if None.
- response
intorstrorNone,optional Index or name of the response variable. Plots all responses if None.
- alpha
float,optional Significance level for confidence bands.
- figsize
tupleorNone,optional Figure size passed to
matplotlib.pyplot.subplots.- n_cols
intorNone,optional Number of subplot columns. If None, chosen automatically.
- impulse
- Returns: