From 787b361afa0ba98d08e9ae8e9029eb2f5ad7fc32 Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Tue, 14 May 2013 11:29:12 +0200
Subject: [PATCH] Make manual on drop-option more explicit

Closes #396
---
 doc/dynare.texi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/dynare.texi b/doc/dynare.texi
index 8e25328c35..89a3c6dbf8 100644
--- a/doc/dynare.texi
+++ b/doc/dynare.texi
@@ -3122,8 +3122,7 @@ The @code{stoch_simul} command with a first order approximation can benefit from
 Order of autocorrelation coefficients to compute and to print. Default: @code{5}.
 
 @item drop = @var{INTEGER}
-Number of points dropped at the beginning of simulation before
-computing the summary statistics. Default: @code{100}.
+Number of points (burnin) dropped at the beginning of simulation before computing the summary statistics. Note that this option does not affect the simulated series stored in @var{oo_.endo_simul} and the workspace. Here, no periods are dropped. Default: @code{100}.
 
 @item hp_filter = @var{DOUBLE}
 Uses HP filter with @math{\lambda} = @var{DOUBLE} before computing
-- 
GitLab