diff --git a/doc/manual/source/dynare-misc-commands.rst b/doc/manual/source/dynare-misc-commands.rst index a52de56ba0de42ad3521e6b20c9ae44dea112f35..12fca6e97f15976dc1e516ec38e79c575803fa3a 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* diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index b77d1320c4f9de35accc0b02ae79864f87350ec7..9be51a87b68301fbfa05e4f9607f82c09417fc98 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.