From 8e91841a39660f37716ec2b954f5b5a1c294f665 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Mon, 29 Jan 2024 22:54:43 +0100 Subject: [PATCH 1/2] manual: fix description of conditional likelihood --- doc/manual/source/the-model-file.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index 2de866f5f..c9cd8bf91 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -6497,8 +6497,8 @@ observed variables. Do not use the kalman filter to evaluate the likelihood, but instead evaluate the conditional likelihood, based on the first order reduced - form of the model, by assuming that the initial state vector is 0 for all - the endogenous variables. This approach requires that: + form of the model, by assuming that the initial state vector is at its + steady state. This approach requires that: 1. The number of structural innovations be equal to the number of observed variables. From a40b0c146d93b810acb3e32170f2bbe9601c3754 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Tue, 30 Jan 2024 09:24:03 +0100 Subject: [PATCH 2/2] manual: clarify that search requires json --- doc/manual/source/dynare-misc-commands.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/manual/source/dynare-misc-commands.rst b/doc/manual/source/dynare-misc-commands.rst index 47e00394a..a03618849 100644 --- a/doc/manual/source/dynare-misc-commands.rst +++ b/doc/manual/source/dynare-misc-commands.rst @@ -230,7 +230,8 @@ Dynare misc commands Searches all occurrences of a variable in a model, and prints the equations where the variable appear in the command line window. If OPTION is set to `withparamvalues`, the values of the parameters (if available) are - displayed instead of the name of the parameters. + displayed instead of the name of the parameters. Requires the `json` command + line option to be set. *Example*