On Mon, 12 Nov 2018, Sven Schreiber wrote:
I'm looking at the 'coint' (Engle-Granger test) command
and corresponding GUI
interface more closely right now and have a couple of questions.
- In a list message in 2013 Allin wrote that the test-down option now has
"MAIC" by default, and "MBIC" also exists. There is nothing in the
documentation about it, pointing to the adf command which talks about "AIC"
and "BIC" instead. So is that information obsolete, or what is the situation?
I may have "misspoken" in my original message on this in 2013. What we
actually did at that time, or not long thereafter, was to replace use
of the t-statistic as the (only) test-down criterion with a choice of
AIC, BIC or t-statistic, with AIC as the default. However, the
Modified AIC and BIC are specific to the ADF-GLS method. So, for
example, if you specify --test-down=BIC then MBIC is used with GLS,
plain BIC otherwise (and similarly for AIC).
BTW, in the GUI there is no way to influence the test down method.
That's now rectified in git. I've also added a verbose switch.
- Related to the test-down thing: In the coint output the number of
finally
included lagged differences is very much hidden. While the max lag order is
printed out, the optimal lag order AFAICS is only implicitly given as the
numerator d.o.f. in the corresponding F-test. I suggest that this is made as
explicit as in the adf output.
OK, done in git.
- adf and coint2 have a --seasonals option, but 'coint'
doesn't, according to
the doc and the missing GUI item. Any particular reason why?
I guess not. But if we enabled it for "coint" would we want to include
the seasonals in the final regression (ADF test on uhat from the
cointegrating regression)? Or only in the initial ADF tests?
Allin