Page 1 of 1

Simulation of DSGE model after estimation

PostPosted: Thu May 31, 2012 11:12 am
by flumas22
Dear Dynare users,

I have one question with regard to simulation of DSGE model after estimation. So, I have estimated my DSGE model and then I have closed Matlab and all results. But now I want again to simulate my changed DSGE model using previous estimated posterior means of parameters and shocks. My question is: How to tell this Dynare?

Thanks for answer,

Best, Jan

Re: Simulation of DSGE model after estimation

PostPosted: Thu Jun 07, 2012 9:19 am
by StephaneAdjemian
Dear Jan,

You have to load the previous results before the stoch_simul command. This is done by adding the following options to the estimation command:

Code: Select all
estimation(...,mode_compute=0,mode_file=<NAME_OF_YOUR_MOD_FILE_WITHOUT_EXTENSION>_mode,load_mh_file, ...);


Have a look at the manual to get details about these options.

Best,
Stéphane.