From df5f28c08fef655cbd74a62ad633e90b6e9d5d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?= Date: Mon, 5 Jul 2010 15:23:17 +0200 Subject: [PATCH] Rewrote the DSGE-VAR entry in the manual. --- doc/manual.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/manual.xml b/doc/manual.xml index a4bb52ff5..b8a1c441c 100644 --- a/doc/manual.xml +++ b/doc/manual.xml @@ -2869,11 +2869,19 @@ end; - Triggers the estimation of a DSGE-VAR model, where the prior density will be estimated. The prior density, dsge_prior_weight, must be defined in the estimated_params section. NB: The previous method of declaring dsge_prior_weight as a parameter and then placing it in estimated_params is now deprecated and will be removed in a future release of Dynare. + Triggers the estimation of a DSGE-VAR model, where the weight of the DSGE prior of the VAR model will be + estimated. The prior on the weight of the DSGE + prior, dsge_prior_weight, must be defined in + the estimated_params section. + NB: The previous method of + declaring dsge_prior_weight as a parameter + and then placing it in +estimated_params is now deprecated and will be removed in a future release of Dynare. = DOUBLE - Triggers the estimation of a DSGE-VAR model, where the prior density is calibrated to the value passed. NB: The previous method of declaring dsge_prior_weight as a parameter and then calibrating it is now deprecated and will be removed in a future release of Dynare. + Triggers the estimation of a DSGE-VAR model, + where the weight of the DSGE prior of the VAR model is calibrated to the value passed. NB: The previous method of declaring dsge_prior_weight as a parameter and then calibrating it is now deprecated and will be removed in a future release of Dynare. = INTEGER