Non-Cholesky factorisation
Posted: Fri Dec 09, 2016 11:52 am
Hi all,
I am trying to modify a code in which a svar is estimated. In particular, what I want to do is to change the factorisation matrix which in the original is a standard triangular Cholesky, introducing an over identifying restriction. I am not good at programming in eViews but I think the part of the code I have to change is the following:
Is there a simple way of doing this?
Many thanks,
Alberto
I am trying to modify a code in which a svar is estimated. In particular, what I want to do is to change the factorisation matrix which in the original is a standard triangular Cholesky, introducing an over identifying restriction. I am not good at programming in eViews but I think the part of the code I have to change is the following:
Code: Select all
matrix A1= @cholesky(qresidcov)Many thanks,
Alberto