statsmodels.tsa.vector_ar.svar_model.SVARResults.plot_forecast#

SVARResults.plot_forecast(steps, alpha=0.05, plot_stderr=True)#

Plot forecast

Parameters:
stepsint

Number of steps ahead to forecast.

alphafloat, optional

The significance level for the confidence intervals.

plot_stderrbool, optional

If True, plot the confidence interval around the forecast.

Returns:
Figure

The figure that contains the plot.