Variance decomposition
Posted: Wed Jul 28, 2010 7:18 am
Dear,
how I can see variance decomposition for different periods?
For instance, I need to to obtain the variance decomposition for, say, 4, 10 and 20 periods ahead. I try to program in the following way:
stoch_simul(irf=4) var1 var2 var3;
stoch_simul(irf=10) var1 var2 var3;
stoch_simul(irf=20) var1 var2 var3;
but I get the same numbers for the three cases. What is the way to do it right?
Many thanks in advance!
how I can see variance decomposition for different periods?
For instance, I need to to obtain the variance decomposition for, say, 4, 10 and 20 periods ahead. I try to program in the following way:
stoch_simul(irf=4) var1 var2 var3;
stoch_simul(irf=10) var1 var2 var3;
stoch_simul(irf=20) var1 var2 var3;
but I get the same numbers for the three cases. What is the way to do it right?
Many thanks in advance!