From 8bb276e603ecd4e83fa71685930cc44c7009244d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Thu, 2 Dec 2010 17:43:20 +0100 Subject: [PATCH] Reference manual: fix XML error --- doc/manual.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual.xml b/doc/manual.xml index af0ef3ec8..ebb2eebbb 100644 --- a/doc/manual.xml +++ b/doc/manual.xml @@ -3513,7 +3513,7 @@ oo_.posterior_hpdsup.measurement_errors_corr.gdp_conso Running the smoother with calibrated parameters -It is possible to compute smoothed value of the endogenous variables and the shocks with calibrated parameters, without estimation proper. For this usage, there should be no estimated_params block. Observed variables must be declared. A dataset must be specified in the estimation instruction. In addition, use the following options: mode_compute=0,mh_replic=0,smoother. Currently, there is no specific output for this usage of the estimation command. The results are made available in fields of oo_ structure. An example is available in ./tests/smoother/calibrated_model.mod. +It is possible to compute smoothed value of the endogenous variables and the shocks with calibrated parameters, without estimation proper. For this usage, there should be no estimated_params block. Observed variables must be declared. A dataset must be specified in the estimation instruction. In addition, use the following options: mode_compute=0,mh_replic=0,smoother. Currently, there is no specific output for this usage of the estimation command. The results are made available in fields of oo_ structure. An example is available in ./tests/smoother/calibrated_model.mod.