From 6e268c34d4820ba007a0a791c80e297cc1689bcb Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Sun, 12 Feb 2017 19:01:45 +0100 Subject: [PATCH] Cosmetic fixes to dynare_estimation_init.m (cherry picked from commit 7ea24165c0a26393753c58170f74fab3f7076b3e) --- matlab/dynare_estimation_init.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/matlab/dynare_estimation_init.m b/matlab/dynare_estimation_init.m index 0542c503a..7532f1432 100644 --- a/matlab/dynare_estimation_init.m +++ b/matlab/dynare_estimation_init.m @@ -400,12 +400,12 @@ nstatic = M_.nstatic; % Number of static variables. npred = M_.nspred; % Number of predetermined variables. nspred = M_.nspred; % Number of predetermined variables in the state equation. -%% Setting resticted state space (observed + predetermined variables) +%% Setting restricted state space (observed + predetermined variables) % oo_.dr.restrict_var_list: location of union of observed and state variables in decision rules (decision rule order) % bayestopt_.mfys: position of observables in oo_.dr.ys (declaration order) % bayestopt_.mf0: position of state variables in restricted state vector (oo_.dr.restrict_var_list) -% bayestopt_.mf1: positions of observed variables in decision rules (oo_.dr.restrict_var_list) -% bayestopt_.mf2: positions of observed variables in decision rules (decision rule order) +% bayestopt_.mf1: positions of observed variables in restricted state vector (oo_.dr.restrict_var_list order) +% bayestopt_.mf2: positions of observed variables in decision rules/expanded state vector (decision rule order) % bayestopt_.smoother_var_list: positions of observed variables and requested smoothed variables in decision rules (decision rule order) % bayestopt_.smoother_saved_var_list: positions of requested smoothed variables in bayestopt_.smoother_var_list % bayestopt_.smoother_restrict_columns: positions of states in observed variables and requested smoothed variables in decision rules (decision rule order)