Page 2 of 2

Re: VECM representation for different deterministic models

Posted: Tue Nov 24, 2015 3:49 pm
by TomDoan
It's not the job of software to give you the answers that you would like. It's the job of the software to give you the results to the analysis that you asked for. Robust standard errors don't fix the fact that the "error correction" mechanism breaks down in the periods where the circuit breakers are activated---robust standard errors take care of heteroscedasticity around a correct model, not a model which is (by law, in effect) incorrect.

In a BEKK model, there's no reason for B (in particular) to be non-zero and even one of the A's can be zero so a negative but insignificant value isn't impossible.

Re: VECM representation for different deterministic models

Posted: Wed Nov 25, 2015 4:24 pm
by John
Tom,
How can I use @BDStest in RATS 9? When I run it got the following error: cp24. Procedure/function BDStest compiled with errors. Please correct.
should I install it first?

Re: VECM representation for different deterministic models

Posted: Wed Nov 25, 2015 5:29 pm
by TomDoan
It's just

@bdstest series

Re: VECM representation for different deterministic models

Posted: Thu Nov 26, 2015 8:13 am
by John
Dear Tom, thank you very much for your reply.
Is there any way to define a VECM model in such a way that residuals of each equation (dependent series) to follow a univariate GARCH(1,1) model (or any ARCH process) with cross variable as an explanatory variable?

Re: VECM representation for different deterministic models

Posted: Fri Nov 27, 2015 7:17 pm
by TomDoan
Didn't you already do a VECM with a GARCH error process? If you want to do the same thing with univariate GARCH processes, just do MV=DIAG on the GARCH instruction.

Re: VECM representation for different deterministic models

Posted: Tue Dec 15, 2015 10:06 am
by John
Dear Tom,

I would be grateful if you could possibly guide me how I can get standardized residuals fro a VECM model. I can get residuals from estimate procedure but I not sure if they are standardized or not.

Re: VECM representation for different deterministic models

Posted: Tue Dec 15, 2015 11:09 am
by TomDoan
For a GARCH model, it's the same as any other GARCH model. If it's not a GARCH model, then there really isn't the issue with standardization.

Re: VECM representation for different deterministic models

Posted: Tue Dec 15, 2015 11:45 am
by John
Thank you for your reply.
I want to perform a test on the residuals of VECM model and for doing this test standard deviation of these residuals should be equal to one. Do you mean that VECM residuals are standardized?

Re: VECM representation for different deterministic models

Posted: Tue Dec 15, 2015 11:59 am
by TomDoan
What test requires that? No, they aren't. But in the absence of GARCH, they are assumed to have a fixed covariance matrix.