statsmodels.tsa.vector_ar.vecm.VECMResults.plot_forecast¶ VECMResults.plot_forecast(steps, alpha=0.05, plot_conf_int=True, n_last_obs=None)[source]¶ Plot the forecast. Parameters: stepsintPrediction horizon. alphafloat, 0 < alpha < 1The confidence level. plot_conf_intbool, default: TrueIf True, plot bounds of confidence intervals. n_last_obsint or None, default: NoneIf int, restrict plotted history to n_last_obs observations. If None, include the whole history in the plot.