statsmodels.tsa.vector_ar.vecm.coint_johansen¶
- statsmodels.tsa.vector_ar.vecm.coint_johansen(endog, det_order, k_ar_diff)[source]¶
Johansen cointegration test of the cointegration rank of a VECM
- Parameters:¶
- Returns:¶
result – An object containing the test’s results. The most important attributes of the result class are:
trace_stat and trace_stat_crit_vals
max_eig_stat and max_eig_stat_crit_vals
- Return type:¶
Notes
The implementation might change to make more use of the existing VECM framework.
References