Skip to content
Snippets Groups Projects
Commit 2e06a636 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

mode_compute=6: Fix mistakes in manual

parent 5feea2fc
No related branches found
No related tags found
No related merge requests found
...@@ -5685,14 +5685,14 @@ A real number between zero and one. The scale parameter of the jumping distribut ...@@ -5685,14 +5685,14 @@ A real number between zero and one. The scale parameter of the jumping distribut
@item 'InitialCovarianceMatrix' @item 'InitialCovarianceMatrix'
Initial covariance matrix of the jumping distribution. Default is @code{'previous'} if option @code{mode_file} is used, @code{'prior'} otherwise. Initial covariance matrix of the jumping distribution. Default is @code{'previous'} if option @code{mode_file} is used, @code{'prior'} otherwise.
   
@item 'nclimb' @item 'nclimb-mh'
Number of iterations in the last MCMC (climbing mode). Number of iterations in the last MCMC (climbing mode). Default: @code{200000}
   
@item 'ncov-mh' @item 'ncov-mh'
Number of iterations used for updating the covariance matrix of the jumping distribution. Default: @code{20000} Number of iterations used for updating the covariance matrix of the jumping distribution. Default: @code{20000}
   
@item 'nscale-mh' @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' @item 'NumberOfMh'
Number of MCMC run sequentially. Default: @code{3} Number of MCMC run sequentially. Default: @code{3}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment