From 8e58c190a85292b82c6fd5b4167246262f6f6426 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Fri, 5 Nov 2021 09:18:34 +0100 Subject: [PATCH 1/2] Manual: fix broken reference --- doc/manual/source/the-model-file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index 76562525b..8ff14b354 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -399,7 +399,7 @@ for declaring variables and parameters are described below. .. command:: trend_var (growth_factor = MODEL_EXPR) VAR_NAME [$LATEX_NAME$]...; |br| This optional command declares the trend variables in the - model. See ref:`conv` for the syntax of MODEL_EXPR and + model. See :ref:`conv` for the syntax of MODEL_EXPR and VAR_NAME. Optionally it is possible to give a LaTeX name to the variable. From d959c6e1ddba8f7254ec272885fdbf630ea90025 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Sun, 7 Nov 2021 10:10:57 +0100 Subject: [PATCH 2/2] manual: clarify inversion filter smoother --- doc/manual/source/the-model-file.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index 8ff14b354..1e5495283 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -4969,7 +4969,8 @@ All of these elements are discussed in the following. .. option:: smoother_inversion_filter Employ the inversion filter of *Cuba-Borda, Guerrieri, Iacoviello, and Zhong (2019)* when running the - smoother. Default: not enabled. + smoother. The underlying assumption is that the system starts at the steady state. In this case, the + inversion filter will provide the required smoother output. Default: not enabled. .. option:: smoother_piecewise_kalman_filter