From 7239b413e8fa150b7f58e48f745adb0bd7424bb1 Mon Sep 17 00:00:00 2001 From: sebastien Date: Fri, 22 Jun 2007 09:42:17 +0000 Subject: [PATCH] v4 doc: fixed wrong default value for option "presample" in manual git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1327 ac1d8469-bf42-47a9-8791-bf33cf982152 --- doc/manual.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual.xml b/doc/manual.xml index 5074fe14d..8cce54ef1 100644 --- a/doc/manual.xml +++ b/doc/manual.xml @@ -1929,7 +1929,7 @@ Each line corresponds to an estimated parameter and follows this syntax: first_obs = INTEGER: the number of the first observation to be used (default = 1) prefilter = 1: the estimation procedure demeans the data (default=0, no prefiltering) - presample = INTEGER: the number of observations to be skipped before evaluating the likelihood (default = 1) + presample = INTEGER: the number of observations to be skipped before evaluating the likelihood (default = 0) loglinear: computes a log--linear approximation of the model instead of a linear (default) approximation. The data must correspond to the definition of the variables used in the modelx. nograph: no graphs should be plotted lik_init: INTEGER: type of initialization of Kalman filter.