by reubenpjacob » Tue Mar 25, 2008 8:45 am
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