statsmodels.tsa.vector_ar.svar_model.SVARResults.plot_forecast# SVARResults.plot_forecast(steps, alpha=0.05, plot_stderr=True)# Plot forecast Parameters: stepsintNumber of steps ahead to forecast. alphafloat, optionalThe significance level for the confidence intervals. plot_stderrbool, optionalIf True, plot the confidence interval around the forecast. Returns: FigureThe figure that contains the plot.