figaro.plotΒΆ

Functions

joyplot(draws, x_values, y_values[, ...])

Make a joyplot (also known as ridgeline plot) of a set of distributions.

plot_1d_dist(x, draws[, injected, samples, ...])

Plot a 1D distribution along with samples from the true distribution (if available).

plot_median_cr(draws[, injected, samples, ...])

Plot the recovered 1D distribution along with the injected distribution and samples from the true distribution (both if available).

plot_multidim(draws[, samples, bounds, ...])

Plot the recovered multidimensional distribution along with samples from the true distribution (if available) as corner plot.

plot_n_clusters_alpha(n_cl, alpha[, ...])

Plot the number of clusters and the concentration parameter as functions of the number of samples.

pp_plot_cdf(draws, injection[, n_points, ...])

Make pp-plot comparing draws cdfs and injection cdf

pp_plot_levels(CR_levels[, median_CR, ...])

Make pp-plot.

Classes

PPPlot(*args, **kwargs)

Construct a probability-probability (P-P) plot.