Page 1 of 1

stopping display of irf pictures

PostPosted: Mon Oct 15, 2007 6:02 am
by reubenpjacob
hi everybody
is there a trick to prevent display of the irfs or the prior plots in dynare? the 'nograph' option does not seem to work.


cheers
reuben

PostPosted: Mon Mar 24, 2008 6:13 pm
by measilva
Just put stoch_simul(....., irf=0,.......) and Dynare will not plot the IRF.

best

PostPosted: Tue Mar 25, 2008 8:45 am
by reubenpjacob
hi marcelo
that will not work.
if you set irf=0, then dynare will not only NOT plot the IRF graphs, it will not even compute the IRF functions.
this can be resolved by setting
stoch_simul(irf=20, nograph,....)

if you dont want dynare to plot the priors.
all that you have to do is to go to the code in the dynare folder.
go to plot_priors.m

then
type in the following

if options_.nograph, return, end;



then
use nograph in your estimation command.
it should work.


cheers
reuben

PostPosted: Tue Mar 25, 2008 1:49 pm
by measilva
Hi Reuben,

I thought you were asking only for a way for not plotting the IRF. I did not know that actually you wanted only the numbers and not the plots. Sorry about that.

Cheers,