Dear All
After estimation of structural VAR in the following way
dec frml[rect] afrml
nonlin g25 g34 g42 ...
frml afrml = ||1.0 ...
....
compute g25=g34=g42=........=0.0001
cvmodel(a=afrml,...... ) %sigma
Query 1. Is the following command for the computation of Structural Variance decomposition
and structural IRF.
errors(impulses,model=modelname,factor=afactor) 4 24 ;because factor=afactor is being used?
Query 2. Is the following command for Structural Impulse Response graphs.
@VARIRF(factor=afactor,model=brazilmodel,steps=24,varlabels=implabel,page=byshocks) because we use factor=afactor (of course without C.I bands)
Query 3. when I use MONTESVAR.RPF for Impulse Responses, despite required changes it gives me the shock window with 7 rows but 3 columns where I need 7 rows 7 columns. To my understanding I changed dim %%responses(draw) ...command replacing 3 with 7 but again "shock window" gives 7 rows 3 columns? where I should make changes.
Thanking you in advance.
