autocti.plot.DynestyPlotter#

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

Bases: SamplesPlotter

Methods

boundplot

Plots the in-built dynesty plot boundplot.

close

cornerbound

Plots the in-built dynesty plot cornerbound.

cornerplot

Plots the in-built dynesty plot cornerplot.

cornerpoints

Plots the in-built dynesty plot cornerpoints.

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 dynesty plot runplot.

traceplot

Plots the in-built dynesty plot traceplot.

Attributes

model

boundplot(**kwargs)[source]#

Plots the in-built dynesty plot boundplot.

This figure plots the bounding distribution used to propose either (1) live points at a given iteration or (2) a specific dead point during the course of a run, projected onto the two dimensions specified by dims.

cornerbound(**kwargs)[source]#

Plots the in-built dynesty plot cornerbound.

This figure plots the bounding distribution used to propose either (1) live points at a given iteration or (2) a specific dead point during the course of a run, projected onto all pairs of dimensions.

cornerplot(**kwargs)[source]#

Plots the in-built dynesty plot cornerplot.

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

cornerpoints(**kwargs)[source]#

Plots the in-built dynesty plot cornerpoints.

This figure plots a (sub-)corner plot of (weighted) samples.

runplot(**kwargs)[source]#

Plots the in-built dynesty plot runplot.

This figure plots live points, ln(likelihood), ln(weight), and ln(evidence) as a function of ln(prior volume).

traceplot(**kwargs)[source]#

Plots the in-built dynesty plot traceplot.

This figure plots traces and marginalized posteriors for each parameter.