plotting

jaxns.plotting

Module Contents

plot_diagnostics(results, save_name=None)[source]

Plot diagnostics of the nested sampling run.

Parameters:
plot_cornerplot(results, variables=None, with_parametrised=False, save_name=None, kde_overlay=False)[source]

Plots a cornerplot of the posterior samples.

Parameters:
  • results (jaxns.internals.types.NestedSamplerResults) – NestedSamplerResult

  • variables (Optional[List[str]]) – list of variable names to plot. Plots all collected samples by default.

  • save_name (Optional[str]) – file to save result to.

  • kde_overlay (bool) – whether to overlay a KDE on the histograms.

  • with_parametrised (bool) –