Page 1 of 1

Common features testing

Posted: Tue Nov 25, 2008 6:22 am
by nightwalk
Hi,

Can anyone tell me how to estimate the Engle and Kozicki (1993) common features testing step-by-step?

Thanks

Re: Common features testing

Posted: Tue Nov 25, 2008 8:32 am
by ashtongate
Best way is to follow the method in Vahid and Engle (1992 I think). This can be done quite easily in eviews. Try the following:
1. Find the optimal lag length of the system (using level VARs)
2. Construct a matrix to be used to check for common cycles. It is used to find canonical correlation coefficients (or eigenvalues) it looks like:
mat1 = @inverse(matyy)*matyx*@inverse(matxx)*matxy
where y is the vector of log changes at t and x includes the lagged changes and the cointegrating relationship.
3. Tricky part -- find the eigen values of this matrix. It is non-symm so you have to use another program (eviews can only do symm)
4. Bring the eigenvalues back into eviews and set up the test statistics that use these eigenvalues
5. Now you should know the # of common trends and cycles and you can estimate the whole system using 3sls or some other estimation method.

Good luck!

Re: Common features testing

Posted: Wed Nov 26, 2008 4:05 am
by nightwalk
Thank you for the tips! Is there any way i can contact you for further clarifications?

Re: Common features testing

Posted: Wed Nov 26, 2008 7:54 am
by ashtongate