statsmodels.tsa.vector_ar.vecm.JohansenTestResult¶
-
class
statsmodels.tsa.vector_ar.vecm.JohansenTestResult(rkt, r0t, eig, evec, lr1, lr2, cvt, cvm, ind)[source]¶ Results class for Johansen’s cointegration test
Notes
See p. 292 in [R210] for r0t and rkt
References
[R210] (1, 2) Lütkepohl, H. 2005. New Introduction to Multiple Time Series Analysis. Springer. Attributes
cvmCritical values (90%, 95%, 99%) of maximum eigenvalue statistic. cvtCritical values (90%, 95%, 99%) of trace statistic eigEigenvalues of VECM coefficient matrix evecEigenvectors of VECM coefficient matrix indOrder of eigenvalues lr1Trace statistic lr2Maximum eigenvalue statistic max_eig_statMaximum eigenvalue statistic max_eig_stat_crit_valsCritical values (90%, 95%, 99%) of maximum eigenvalue statistic. methTest method r0tResiduals for \(\Delta Y\). rktResiduals for \(Y_{-1}\) trace_statTrace statistic trace_stat_crit_valsCritical values (90%, 95%, 99%) of trace statistic Methods
Properties
cvmCritical values (90%, 95%, 99%) of maximum eigenvalue statistic. cvtCritical values (90%, 95%, 99%) of trace statistic eigEigenvalues of VECM coefficient matrix evecEigenvectors of VECM coefficient matrix indOrder of eigenvalues lr1Trace statistic lr2Maximum eigenvalue statistic max_eig_statMaximum eigenvalue statistic max_eig_stat_crit_valsCritical values (90%, 95%, 99%) of maximum eigenvalue statistic. methTest method r0tResiduals for \(\Delta Y\). rktResiduals for \(Y_{-1}\) trace_statTrace statistic trace_stat_crit_valsCritical values (90%, 95%, 99%) of trace statistic