From f61f3ebf35edf496f1426675fcd71aad10288779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Fri, 20 Jan 2012 12:11:14 -0500 Subject: [PATCH] Add kalman_algo option to identification and dynare_sensitivity Only in preprocessor and ref. manual for the moment --- DynareBison.yy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DynareBison.yy b/DynareBison.yy index e688ff2e..5dc8d4d4 100644 --- a/DynareBison.yy +++ b/DynareBison.yy @@ -1437,6 +1437,7 @@ identification_option : o_ar | o_gsa_sample_file | o_parameter_set | o_lik_init + | o_kalman_algo ; model_comparison : MODEL_COMPARISON mc_filename_list ';' @@ -1850,6 +1851,7 @@ dynare_sensitivity_option : o_gsa_identification | o_load_ident_files | o_useautocorr | o_ar + | o_kalman_algo ; shock_decomposition_options_list : shock_decomposition_option COMMA shock_decomposition_options_list -- GitLab