statsmodels.tsa.vector_ar.var_model.VARProcess.to_vecm#

VARProcess.to_vecm()[source]#

Convert the VAR(p) representation to a VECM error-correction form

Returns:
dict

A dict with keys "Gamma" and "Pi" holding the error-correction coefficient matrices.