statsmodels.tsa.vector_ar.svar_model.SVARResults.to_vecm#

SVARResults.to_vecm()#

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.