bilby.core.result

Functions

get_weights_for_reweighting(result[, ...])

Calculate the weights for reweight()

make_pp_plot(results[, filename, save, ...])

Make a P-P plot for a set of runs with injected signals.

plot_multiple(results[, filename, labels, ...])

Generate a corner plot overlaying two sets of results

read_in_result([filename, outdir, label, ...])

Reads in a stored bilby result object

read_in_result_list(filename_list[, invalid])

Read in a set of results

rejection_sample(posterior, weights)

Perform rejection sampling on a posterior using weights

result_file_name(outdir, label[, extension, ...])

Returns the standard filename used for a result file

reweight(result[, label, new_likelihood, ...])

Reweight a result to a new likelihood/prior using rejection sampling

sanity_check_labels(labels)

Check labels for plotting to remove matplotlib errors

Classes

Result([label, outdir, sampler, ...])

ResultList([results, consistency_level])

Exceptions

FileMovedError

Exceptions that occur when files have been moved

ResultError

Base exception for all Result related errors

ResultListError

For Errors occurring during combining results.