Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
gboehl committed Aug 18, 2023
1 parent d131756 commit da2a5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -111,7 +111,7 @@ Now let the sampler run for 5000 iterations.
sampler = emcee.EnsembleSampler(nchain, ndim, log_prob, moves=move)
sampler.run_mcmc(initchain, int(niter), progress=True)
The setting of ``aimh_prob`` is the actual default value. For less complex distributions (e.g. distributions closer to Gaussian) a higher value can be chosen, which accelerates burn-in.
The setting of ``aimh_prob`` is the actual default value. For less complex distributions (e.g. distributions closer to Gaussian) a higher value can be chosen, which accelerates burn-in. The value ``df_proposal_dist`` sets the degrees of freedom for the proposal distribution of the independence move. ``10`` is a sane default and it is rather unlikely that this value must be changed.

The following code creates the figure above, which is a plot of the marginal distribution along the first dimension (remember that this actually is a 35-dimensional distribution).

Expand Down

0 comments on commit da2a5cf

Please sign in to comment.