Bug fix (wrong count of the number of output arguments).

time-shift
Stéphane Adjemian (Charybdis) 2017-03-17 14:21:53 +01:00
parent 5d8d5e90d8
commit 0adb065b7e
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ end
DsgeSmoother(parameters,dataset_.nobs,transpose(dataset_.data),dataset_info.missing.aindex,dataset_info.missing.state,M_,oo_,options_,bayestopt_,estim_params_);
[oo_]=store_smoother_results(M_,oo_,options_,bayestopt_,dataset_,dataset_info,atT,innov,measurement_error,updated_variables,ys,trend_coeff,aK,P,PK,decomp,Trend,state_uncertainty);
if nargout==4
if nargout>4
Smoothed_variables_declaration_order_deviation_form=atT(oo_.dr.inv_order_var(bayestopt_.smoother_var_list),:);
end