jpfeifer wrote:Run
- Code: Select all
shock_decomposition
and read out the respective contribution of particular shock in
- Code: Select all
oo_.shock_decomposition
and plot it along with the variable itself. Dynare does not do this automatically.
Many thanks, Prof!
I got a three dimensional array, in which the 1st dim is endogeneous variable, the 2nd dim is shocks, and the 3rd is time. However, I cannot understand inside order of the 1st dim and the 2nd dim.
I wrote
- Code: Select all
shock_decomposition LogL, Ql, I, B, C, Y, N;
But the length of the 1st dimension is 35 instead of 7 (there are 35 endo vars in my model). Is the order of endo vars inside the 1st dim is what I declared? The length of the 2nd dimension is 10, but there are only 8 shocks in my model (if one is the prediction with all shocks, what is the rest?).
Sorry for all the bother...and thanks again!