Amends the various filters to fit the fixed version of local_state_space_iteration_3
Compare changes
Files
10+ 3
− 1
@@ -33,6 +33,7 @@ end
@@ -33,6 +33,7 @@ end
@@ -54,6 +55,7 @@ ghu = ReducedForm.ghu;
@@ -54,6 +55,7 @@ ghu = ReducedForm.ghu;
@@ -100,7 +102,7 @@ yhat = bsxfun(@minus,StateVectors,state_variables_steady_state);
@@ -100,7 +102,7 @@ yhat = bsxfun(@minus,StateVectors,state_variables_steady_state);
tmp = local_state_space_iteration_2(yhat,zeros(number_of_structural_innovations,number_of_particles),ghx,ghu,constant,ghxx,ghuu,ghxu,ThreadsOptions.local_state_space_iteration_2);
tmp = local_state_space_iteration_3(yhat,zeros(number_of_structural_innovations,number_of_particles),ghx,ghu,constant,ghxx,ghuu,ghxu,ghxxx,ghuuu,ghxxu,ghxuu,ghxss,ghuss,ThreadsOptions.local_state_space_iteration_3);