Skip to content
Snippets Groups Projects
Commit 585f2461 authored by Dóra Kocsis's avatar Dóra Kocsis
Browse files

change input field of no_posterior_kernel_density to check_option

parent 7fd875b5
Branches
Tags
1 merge request!16Master
...@@ -451,8 +451,8 @@ dynare_gui_.estimation.postprocessing{num,4} = 'Saves the contemporaneous correl ...@@ -451,8 +451,8 @@ dynare_gui_.estimation.postprocessing{num,4} = 'Saves the contemporaneous correl
num = num+1; num = num+1;
dynare_gui_.estimation.postprocessing{num,1} = 'no_posterior_kernel_density'; dynare_gui_.estimation.postprocessing{num,1} = 'no_posterior_kernel_density';
dynare_gui_.estimation.postprocessing{num,2} = '1'; % no default values in Reference Manual !!! dynare_gui_.estimation.postprocessing{num,2} = 0;
dynare_gui_.estimation.postprocessing{num,3} = 'INTEGER'; %type is check option in Reference Manual !!! dynare_gui_.estimation.postprocessing{num,3} = 'check_option';
dynare_gui_.estimation.postprocessing{num,4} = 'Shuts off the computation of the kernel density estimator for the posterior objects(see [density-field]).'; dynare_gui_.estimation.postprocessing{num,4} = 'Shuts off the computation of the kernel density estimator for the posterior objects(see [density-field]).';
num = num+1; num = num+1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment