필터 지우기
필터 지우기

Interpreting Johansen cointegration test

조회 수: 3 (최근 30일)
Quantopic
Quantopic 2014년 8월 6일
Good morning everyone, I tested for cointegration 2 time series using the Johansen's cointegration test, but I do not know how to interpret the test output. The function I used is built-in and, particularly, is given by the following code:
[h,pValue,stat,cValue,mles] = jcitest(Y)
where (Y) is the matrix dataset containing the time series you want to test for cointegration. The main output you get running the code above is the [h] value, corresponding to the Boolean decision for the test:
  • h = 1 --> rejection of the null hypothesis of cointegration rank r in favor of the alternative;
  • h = 0 --> the opposite: failure to reject the null hypothesis;
Now, running the test, you get two value [r0] and [r1], probably corresponding to the rank at which is linked a value of [h] (equal to 1 or 0). Can you help me understanding how to interpret this output. Thanks a lot for help.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Cointegration Analysis에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by