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 [1] for r0t and rkt
References
[1]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
Critical values (90%, 95%, 99%) of maximum eigenvalue statistic.
Critical values (90%, 95%, 99%) of trace statistic
Eigenvalues of VECM coefficient matrix
Eigenvectors of VECM coefficient matrix
Order of eigenvalues
Trace statistic
Maximum eigenvalue statistic
Maximum eigenvalue statistic
Critical values (90%, 95%, 99%) of maximum eigenvalue statistic.
Test method
Residuals for \(\Delta Y\).
Residuals for \(Y_{-1}\)
Trace statistic
Critical values (90%, 95%, 99%) of trace statistic