From cfbf8e2e106da6961108d335230e987c3ecff9c9 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer <jpfeifer@gmx.de> Date: Mon, 13 Jan 2020 12:56:18 +0100 Subject: [PATCH] Document xls_range/sheet options of calib_smoother Closes https://git.dynare.org/Dynare/dynare/issues/1695 (cherry picked from commit b3aef92234a17a7eb9b126c35e841d4a066f1584) --- doc/manual/source/the-model-file.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index 88098a094b..323b4b2169 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -7560,6 +7560,14 @@ Dynare can also run the smoother on a calibrated model: See :opt:`diffuse_kalman_tol <diffuse_kalman_tol = DOUBLE>`. + .. option:: xls_sheet = NAME + + See :opt:`xls_sheet <xls_sheet = NAME>`. + + .. option:: xls_range = RANGE + + See :opt:`xls_range <xls_range = RANGE>`. + .. _fore: Forecasting -- GitLab