From f4e7a003eb57c6d3a1103b751f6401f4d6e4c1bf Mon Sep 17 00:00:00 2001 From: michel Date: Thu, 2 Oct 2008 14:36:12 +0000 Subject: [PATCH] corrected bug related to saving oo_.FilteredVariablesKStepAheadVariances and oo_.FilteredVariablesShockDecomposition git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2131 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 28f5bfc95..896ca02b8 100644 --- a/matlab/dynare_estimation.m +++ b/matlab/dynare_estimation.m @@ -966,7 +966,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 > 4 + if options_.kalman_algo > 3 oo_.FilteredVariablesKStepAheadVariances = PK(options_.filter_step_ahead,i_endo_nbr,i_endo_nbr,:); oo_.FilteredVariablesShockDecomposition = ... decomp(options_.filter_step_ahead,i_endo_nbr,:,:);