Variance Decomposition for MONTEZHA.PRC
Posted: Wed Aug 01, 2012 10:42 am
I am using the procedure MONTEZHA.PRC which shows how to implement Zha's procedure for overidentified BVAR. I work with a 7 variables model and, after some modifications, it works well, the problem is that I cannot compute variance decomposition in typical way (known by me).
When I add the following lines to the procedure:
errors(impulse) 7 15
#1
#2
#3
#4
#5
#6
#7
The output is one and when I use:
errors(model=VARMODEL,impulse,steps=15)
it changes.
I guess that it is because the procedure computes impulses in a different manner but I don't know how to obtain the "true" variance decomposition results. My code is attached if someone can help me, thanks a lot!! I am debutant in RATS and I need your help! Thanks
!
When I add the following lines to the procedure:
errors(impulse) 7 15
#1
#2
#3
#4
#5
#6
#7
The output is one and when I use:
errors(model=VARMODEL,impulse,steps=15)
it changes.
I guess that it is because the procedure computes impulses in a different manner but I don't know how to obtain the "true" variance decomposition results. My code is attached if someone can help me, thanks a lot!! I am debutant in RATS and I need your help! Thanks