Hi,
despite setting options_.noprint=1, I get a lot of printout on the screen. Running loops, the printing out slows down computation and is not very useful.
I need Dynare to compute moments so I cannot set nomoments=1;
Any idea?
Best
Gianni
Hi,
despite setting options_.noprint=1, I get a lot of printout on the screen. Running loops, the printing out slows down computation and is not very useful.
I need Dynare to compute moments so I cannot set nomoments=1;
Any idea?
Best
Gianni
Here is the disp_th_moments.m where I have bracketed each occurrence of dyntable by
if ~options_.noprint
dyntable(...
end
now Dynare is not printing, except for a blank line.
Best
Gianni
disp_th_moments.m (3.6 KB)
Thanks for pointing this.
I have introduced a similar change, which will be incorporated in Dynare 4.1.
Best,
S.V.