From 5892695455ea6e34509cd951b8bd24de4b81d83e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stephane.adjemian@ens.fr>
Date: Mon, 11 Oct 2010 12:00:11 +0200
Subject: [PATCH] Fixed bug in doc related to the unit_root_vars instruction.

---
 doc/manual.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/manual.xml b/doc/manual.xml
index 1cbc3cc76d..f02d289fca 100644
--- a/doc/manual.xml
+++ b/doc/manual.xml
@@ -2621,7 +2621,7 @@ stoch_simul(linear,irf=60) y k;
   <listitem><para><xref linkend='estimation'/></para></listitem>
   <listitem><para><xref linkend='model_comparison'/></para></listitem>
   <listitem><para><xref linkend='shock_decomposition'/></para></listitem>
-  <listitem><para><xref linkend='unit_root_vars'/> (deprecated)</para></listitem>
+  <listitem><para><xref linkend='unit_root_vars'/></para></listitem>
 </itemizedlist>
 
 <refentry id="varobs">
@@ -3488,7 +3488,7 @@ oo_.posterior_hpdsup.measurement_errors_corr.gdp_conso
 
   <refsect1><title>Description</title>
   <para>
-    <command>unit_root_vars</command> is now deprecated and will result in no action, It was used to declare unit-root variables of a model so that a diffuse prior can be used in the initialization of the Kalman filter for these variables only. For stationary variables, the unconditional covariance matrix of these variables is used for initialization. The algorithm to compute a true diffuse prior is taken from <xref linkend="durbin-koopman_2001"/> and <xref linkend="koopman-durbin_2003"/>.
+    <command>unit_root_vars</command> is used to declare a list of unit-root endogenous variables of a model so that dynare won't check the steady state levels (defined in the steadystate file) file for these variables. The information given by this command is no more used for the initialization of the diffuse kalman filter (as described in <xref linkend="durbin-koopman_2001"/> and <xref linkend="koopman-durbin_2003"/>).
   </para>
 
   <para>When <command>unit_root_vars</command> is used the <xref linkend="lik_init"/> option of <xref linkend="estimation"/> has no effect.
-- 
GitLab