py21cmmc.analyse#

Functions to analyse the results of MCMC chains.

Also enables more transparent input/output of chains.

Functions

corner_plot(samples[, include_lnl, ...])

Make a corner plot given samples.

get_samples(chain[, indx, burnin])

Extract sample storage object from a chain.

load_primitive_chain(modelname[, direc])

Load a chain file produced by run_mcmc() to be interactively useable.

trace_plot(samples[, include_lnl, ...])

Make a trace plot given samples.