Page 1 of 1

Variance Decomposition

PostPosted: Mon Apr 07, 2014 3:39 am
by klg123
Hello,

I am trying to perform a variance decomposition along the lines of Lubik and Schorfheide (2007) after my estimation. After my estimation(...); command, I have written the line
Code: Select all
stoch_simul[oo_.gamma{nar+2}];


Is this sufficient to compute the variance decomposition?

Many thanks.

Re: Variance Decomposition

PostPosted: Mon Apr 07, 2014 9:12 am
by jpfeifer
No, if you run estimation with moments_varendo the unconditional variance decomposition should be stored in
Code: Select all
oo_.PosteriorTheoreticalMoments.VarianceDecomposition

Re: Variance Decomposition

PostPosted: Mon Apr 07, 2014 7:25 pm
by klg123
Thank you!