Page 1 of 1

prevent dynare from storing results

PostPosted: Fri Oct 17, 2014 3:50 pm
by francis
Hello there! :)

I need to run Dynare several times since I use it within a loop to perform IRF matching.
I was asking myself whether there is a way to prevent Dynare from storing the results
from stoch_simul each time (e.g. ".._results.mat", "..._dynamic.m" as well as any other
generated output). I browsed through the forum but could not find any answer to that.

Thank you very much in advance!

Re: prevent dynare from storing results

PostPosted: Fri Oct 17, 2014 4:13 pm
by jpfeifer
Do not run Dynare, only the parts you need. See e.g. http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=4891 or the Replication files to Born/Pfeifer (2014)"Risk Matters: A Comment" on my homepage. At the end of the file, we run Dynare in a loop to perform moment-matching.

Re: prevent dynare from storing results

PostPosted: Fri Oct 17, 2014 4:37 pm
by francis
Thank you very very much!