statsmodels.tsa.vector_ar.vecm.VECMResults.plot_data
-
VECMResults.plot_data(with_presample=
False
)[source]
Plot the input time series.
- Parameters:
- with_presamplebool, default: False
If False, the pre-sample data (the first k_ar values) will
not be plotted.
Last update:
May 17, 2023