Skip to content
Prev 3509 / 15274 Next

Testing for cointegration: Johansen vsDickey-Fuller

There are statistical issues associated with this problem that can help
explain what is going on. When you do the ADF procedure, you are imposing a
known cointegrating  vector and so all of the uncertainty associated with
estimating the cointegrating vector has been eliminated. When you use the
Johansen framework, you are estimating the cointegrating vector and so the
uncertainty associated with this estimation is incorporated in the test.
With the futures example, you know the cointegrating vector (if it exists)
from theory so it makes sense to impose it. The resulting test will have
more power (ability to reject the null when the alternative is true) than
the Johansen test. Both tests have no-cointegration as the null (a unit
root). So your ability to find cointegration with the ADF test can be
attributed to the fact that the ADF test has higher power than the Johansen
test in this context.
futures implies that the basis cannot have a unit root so it is essentially
irrelevant to do a unit root test. What is more important here is to
understand the dynamic behavior of the "cointegrating error". More than
likely it will probably have some nonlinear effects that may make it look
nonstationary. There is a rather big literature on threshold type effects in
these models. See, for example, some of the early papers by Martin Martens.
PS. I don't think that the 2nd edition of Bernhard's cointegration book
discusses this issue in any detail.


-----Original Message-----
From: r-sig-finance-bounces at stat.math.ethz.ch
[mailto:r-sig-finance-bounces at stat.math.ethz.ch] On Behalf Of Brian G.
Peterson
Sent: Friday, January 09, 2009 2:23 PM
To: markleeds at verizon.net; Paul Teetor
Cc: r-sig-finance at stat.math.ethz.ch
Subject: Re: [R-SIG-Finance] Testing for cointegration: Johansen
vsDickey-Fuller

I'll look when I get home, but if I recall correctly, you need to check the
unit root first.  Bernhard's book is definitely the best reference, and the
new edition expands substantially onn the previous version.
markleeds at verizon.net wrote: