statsmodels.tsa.stattools.CointResult#
- class statsmodels.tsa.stattools.CointResult(coint_t, pvalue, crit_value)[source]#
Result of
coint.- Parameters:
- coint_t
float The t-statistic of unit-root test on residuals.
- pvalue
float MacKinnon’s approximate, asymptotic p-value based on MacKinnon (1994).
- crit_value
ndarray Critical values for the test statistic at the 1 %, 5 %, and 10 % levels based on regression curve. This depends on the number of observations.
- coint_t
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Properties
Alias for field number 0
Alias for field number 2
Alias for field number 1