statsmodels.tsa.vector_ar.var_model.VARResults.plot_forecast# VARResults.plot_forecast(steps, alpha=0.05, plot_stderr=True)[source]# 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.