Page 1 of 1

The output of stoch_simul after estimation

PostPosted: Mon May 19, 2008 2:33 am
by bigbigben
I know stoch_simul will give out the IRFs to one standard-deviation shock, but I am curious about the case if I put stoch_simul after the estimation step like the following:

estimation(datafile=dataread_jh,mode_compute=4);
stoch_simul(irf=20)a x y pi r c inv h q dt n w rn;

Does it load the estimated standard deviation automatically?

Sorry I search the help file but find nothing directly relevant.

PostPosted: Mon May 19, 2008 7:12 am
by reubenpjacob
in this case, dynare will give you irfs for the model parameters set at their respective values at the posterior mode or ML point.

reuben

Re: The output of stoch_simul after estimation

PostPosted: Mon May 19, 2008 9:55 am
by StephaneAdjemian
Dynare will give you IRFs for the model parameters set at the posterior mode (or MV estimate if priors are not defined) if you just estimate the posterior mode, or at the posterior mean if you run a metropolis-hastings. In your case I guess it should be the posterior mean, because the default value of mh_replic is 20000 (so your estimation command should trigger a metropolis hastings).

Best,
Stéphane.