From 83e2382c359fbe7abfa5d36e7ab8ddf1eda24d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= <stepan@adjemian.io> Date: Mon, 18 Feb 2019 17:34:10 +0100 Subject: [PATCH] Added documentation for prior moments(distribution) option. Manually cherry-picked from 6460a3a1e564ea59d0521322b5d011c841621062. --- src/source/dynare-misc-commands.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/source/dynare-misc-commands.rst b/src/source/dynare-misc-commands.rst index d8540dffde..9a731412b9 100644 --- a/src/source/dynare-misc-commands.rst +++ b/src/source/dynare-misc-commands.rst @@ -184,6 +184,15 @@ Dynare misc commands endogenous variables at the prior mode (considering the linearized version of the model). + ``moments(distribution)`` + + Computes and displays the prior mean and prior standard + deviation of the first and second moments of the endogenous + variables (considering the linearized version of the model) by + randomly sampling from the prior. The results will also be + stored in the ``prior`` subfolder in a + ``_endogenous_variables_prior_draws.mat`` file. + ``optimize`` Optimizes the prior density (starting from a random initial -- GitLab