From 57f97b1a07ef5dfa1ee61764c0b9854829127978 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Wed, 3 Apr 2019 14:32:53 +0200 Subject: [PATCH] doc: fix parameter_set option --- doc/manual/source/the-model-file.rst | 32 ++++++---------------------- 1 file changed, 7 insertions(+), 25 deletions(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index add5e9ac6b..12138cb8ad 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -6990,7 +6990,7 @@ Shock Decomposition .. option:: parameter_set = OPTION - See :opt:`parameter_set <parameter_set = OPTION>` for the + See :opt:`parameter_set <parameter_set = OPTION>` for possible values. .. option:: datafile = FILENAME @@ -7296,7 +7296,8 @@ Dynare can also run the smoother on a calibrated model: .. option:: parameter_set = OPTION - See :opt:`parameter_set` for the possible values. + See :opt:`parameter_set <parameter_set = OPTION>` for + possible values. Default: ``calibration``. .. option:: loglinear @@ -7556,19 +7557,8 @@ the :comm:`bvar_forecast` command. .. option:: parameter_set = OPTION - Specify the parameter set to use for the forecasting. Possible - values for OPTION are: - - * ``calibration`` - * ``prior_mode`` - * ``prior_mean`` - * ``posterior_mode`` - * ``posterior_mean`` - * ``posterior_median`` - - No default value, mandatory option. Note that in case of - estimated models, ``conditional_forecast`` does not support - the ``prefilter`` option. + See :opt:`parameter_set <parameter_set = OPTION>` for + possible values. No default value, mandatory option. .. option:: controlled_varexo = (VARIABLE_NAME...) @@ -8790,16 +8780,8 @@ Performing identification analysis .. option:: parameter_set = OPTION - Specify the parameter set to use. Possible values for OPTION are: - - * ``calibration`` - * ``prior_mode`` - * ``prior_mean`` - * ``posterior_mode`` - * ``posterior_mean`` - * ``posterior_median`` - - Default: ``prior_mean``. + See :opt:`parameter_set <parameter_set = OPTION>` for + possible values. Default: ``prior_mean``. .. option:: prior_mc = INTEGER -- GitLab