views - MCMC plotting methods

plot_all

plot_corr

plot_corrmatrix

plot_trace

plot_logp

format_vars

MCMC plotting methods.

bumps.dream.views.format_vars(all_vstats)[source]
bumps.dream.views.plot_all(state: MCMCDraw, portion: float | None = None, figfile=None)[source]
bumps.dream.views.plot_corr(draw, vars=(0, 1))[source]
bumps.dream.views.plot_corrmatrix(draw, nbins=50, fig=None)[source]
bumps.dream.views.plot_logp(state: MCMCDraw, portion: float | None = None)[source]
bumps.dream.views.plot_trace(state: MCMCDraw, var: int = 0, portion: float | None = None, axes=None, fig=None)[source]