autocti.plot.UltraNestPlotter#

class autocti.plot.UltraNestPlotter(samples, output: ~autofit.plot.output.Output = <autofit.plot.output.Output object>)[source]#

Bases: SamplesPlotter

Methods

close

cornerplot

Plots the in-built ultranest plot cornerplot.

log_plot_exception

Plotting the results of a dynesty model-fit before they have converged on an accurate estimate of the posterior can lead the dynesty plotting routines to raise a ValueError.

runplot

Plots the in-built ultranest plot runplot.

traceplot

Plots the in-built ultranest plot traceplot.

Attributes

model

cornerplot(**kwargs)[source]#

Plots the in-built ultranest plot cornerplot.

This figure plots a corner plot of the 1-D and 2-D marginalized posteriors.

runplot(**kwargs)[source]#

Plots the in-built ultranest plot runplot.

This figure plots live points, ln(likelihood), ln(weight), and ln(evidence) vs. ln(prior volume).

traceplot(**kwargs)[source]#

Plots the in-built ultranest plot traceplot.

This figure plots traces and marginalized posteriors for each parameter.