From 2e06a636cd3996b951c572181e81d84fd4ef468b Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Fri, 30 Jun 2017 10:50:49 +0200
Subject: [PATCH] mode_compute=6: Fix mistakes in manual

---
 doc/dynare.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/dynare.texi b/doc/dynare.texi
index e8f02554e..9a3241e14 100644
--- a/doc/dynare.texi
+++ b/doc/dynare.texi
@@ -5685,14 +5685,14 @@ A real number between zero and one. The scale parameter of the jumping distribut
 @item 'InitialCovarianceMatrix'
 Initial covariance matrix of the jumping distribution. Default is @code{'previous'} if option @code{mode_file} is used, @code{'prior'} otherwise.
 
-@item 'nclimb'
-Number of iterations in the last MCMC (climbing mode).
+@item 'nclimb-mh'
+Number of iterations in the last MCMC (climbing mode). Default: @code{200000}
 
 @item 'ncov-mh'
 Number of iterations used for updating the covariance matrix of the jumping distribution. Default: @code{20000}
 
 @item 'nscale-mh'
-Maximum number of iterations used for adjusting the scale parameter of the jumping distribution.  @code{200000}
+Maximum number of iterations used for adjusting the scale parameter of the jumping distribution. Default: @code{200000}
 
 @item 'NumberOfMh'
 Number of MCMC run sequentially. Default: @code{3}
-- 
GitLab