🐛 Occbin smoother: ensure all shocks are plotted with heteroskedastic_filter

covariance-quadratic-approximation
Marco Ratto 2023-07-19 09:15:38 +02:00 committed by Johannes Pfeifer
parent 3f1a37614f
commit 90fbb9559e
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ if (~is_changed || occbin_smoother_debug) && nargin==12
j1=0;
ifig=0;
for j=1:M_.exo_nbr
if M_.Sigma_e(j,j)
if max(abs(oo_.occbin.smoother.etahat(j,:)))>1.e-8
j1=j1+1;
if mod(j1,9)==1
hh_fig = dyn_figure(options_.nodisplay,'name','Occbin smoothed shocks');