Skip to content
Snippets Groups Projects
Commit 89e0a843 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix typo from 98cf1bfc

parent 80157985
No related branches found
No related tags found
No related merge requests found
...@@ -123,9 +123,9 @@ if estimated_model ...@@ -123,9 +123,9 @@ if estimated_model
%store qz_criterium %store qz_criterium
qz_criterium_old=options_.qz_criterium; qz_criterium_old=options_.qz_criterium;
options_=select_qz_criterium_value(options_); options_=select_qz_criterium_value(options_);
options_state_uncertainty_old=options_.state_uncertainty; options_smoothed_state_uncertainty_old = options_.smoothed_state_uncertainty;
[atT,innov,measurement_error,filtered_state_vector,ys,trend_coeff,aK,T,R,P,PK,decomp,trend_addition] = DsgeSmoother(xparam,gend,data,data_index,missing_value); [atT,innov,measurement_error,filtered_state_vector,ys,trend_coeff,aK,T,R,P,PK,decomp,trend_addition] = DsgeSmoother(xparam,gend,data,data_index,missing_value);
options_.state_uncertainty=options_state_uncertainty_old; options_.smoothed_state_uncertainty = options_smoothed_state_uncertainty_old;
%get constant part %get constant part
if options_.noconstant if options_.noconstant
constant = zeros(size(ys,1),options_cond_fcst.periods+1); constant = zeros(size(ys,1),options_cond_fcst.periods+1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment