diff --git a/matlab/evaluate_smoother.m b/matlab/evaluate_smoother.m index ddf65acfe..94917af9f 100644 --- a/matlab/evaluate_smoother.m +++ b/matlab/evaluate_smoother.m @@ -83,10 +83,6 @@ if ischar(parameters) end end -%pshape_original = bayestopt_.pshape; -%bayestopt_.pshape = Inf(size(bayestopt_.pshape)); -%clear('priordens') - [atT,innov,measurement_error,updated_variables,ys,trend_coeff,aK,T,R,P,PK,decomp] = ... DsgeSmoother(parameters,dataset_.info.ntobs,dataset_.data,dataset_.missing.aindex,dataset_.missing.state); @@ -118,7 +114,4 @@ for i=bayestopt_.smoother_saved_var_list' end for i=1:M_.exo_nbr eval(['oo_.SmoothedShocks.' deblank(M_.exo_names(i,:)) ' = innov(i,:)'';']); -end - -%oo.dr = oo_.dr; -%bayestopt_.pshape = pshape_original; \ No newline at end of file +end \ No newline at end of file