statsmodels.tsa.vector_ar.var_model.VARResults.to_vecm# VARResults.to_vecm()# Convert the VAR(p) representation to a VECM error-correction form Returns: dictA dict with keys "Gamma" and "Pi" holding the error-correction coefficient matrices.