Add debugging information for not displayed IRFs due to size

time-shift
Johannes Pfeifer 2013-10-12 10:42:16 +02:00
parent 65a16fd293
commit fe24f80066
2 changed files with 8 additions and 0 deletions

View File

@ -133,6 +133,10 @@ for i=fpar:npar,
end
name = deblank(varlist(j,:));
title(name,'Interpreter','none')
else
if options_.debug
fprintf('POSTERIOR_IRF: The IRF of %s to %s is smaller than the irf_plot_threshold of %4.3f and will not be displayed.\n',deblank(varlist(j,:)),tit(i,:),options_.impulse_responses.plot_threshold)
end
end
if subplotnum == MaxNumberOfPlotPerFigure || (j == nvar && subplotnum> 0)

View File

@ -209,6 +209,10 @@ if options_.irf
mylistTeX = char(mylistTeX,deblank(var_listTeX(j,:)));
end
end
else
if options_.debug
fprintf('STOCH_SIMUL: The IRF of %s to %s is smaller than the irf_plot_threshold of %4.3f and will not be displayed.\n',deblank(M_.endo_names(i_var(j),:)),deblank(M_.exo_names(i,:)),options_.impulse_responses.plot_threshold)
end
end
end
if options_.nograph == 0