From 7a93a8cda82a4f0604ad390a038875ca2170ec33 Mon Sep 17 00:00:00 2001 From: michel Date: Fri, 3 Oct 2008 09:09:22 +0000 Subject: [PATCH] correcting r2131 for saving additional variables in oo_ git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2133 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/dynare_estimation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/dynare_estimation.m b/matlab/dynare_estimation.m index f81a98a06..7f60dc9aa 100644 --- a/matlab/dynare_estimation.m +++ b/matlab/dynare_estimation.m @@ -969,7 +969,7 @@ if (~((any(bayestopt_.pshape > 0) & options_.mh_replic) | (any(bayestopt_.pshape oo_.FilteredVariablesKStepAhead = aK(options_.filter_step_ahead, ... i_endo_nbr,:); if isfield(options_,'kalman_algo') - if options_.kalman_algo > 3 + if options_.kalman_algo > 2 oo_.FilteredVariablesKStepAheadVariances = PK(options_.filter_step_ahead,i_endo_nbr,i_endo_nbr,:); oo_.FilteredVariablesShockDecomposition = ... decomp(options_.filter_step_ahead,i_endo_nbr,:,:);