From 0878694e3e94983a084c693df43f4d9894ebf34a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian?= <stephane.adjemian@univ-lemans.fr> Date: Fri, 30 Jun 2017 12:01:46 +0200 Subject: [PATCH] Merge pull request #1474 from JohannesPfeifer/mode_compute_6_doc mode_compute=6: Fix mistakes in manual (cherry picked from commit 6a789458f18259312b08820e1693a346e4304209) --- doc/dynare.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index e244eafb2..9c27451d5 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -5655,14 +5655,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