Merge pull request #1474 from JohannesPfeifer/mode_compute_6_doc

mode_compute=6: Fix mistakes in manual
time-shift
Stéphane Adjemian 2017-06-30 12:01:46 +02:00 committed by GitHub
commit 6a789458f1
1 changed files with 3 additions and 3 deletions

View File

@ -5701,14 +5701,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}