jesterTOV.inference.postprocessing.postprocessing.make_parameter_histograms

jesterTOV.inference.postprocessing.postprocessing.make_parameter_histograms#

make_parameter_histograms(data, outdir, injection_data=None, plot_format='pdf')[source]#

Create KDE histograms for key EOS-derived parameters.

The KDE line is drawn over the full x-range; the shaded region is filled only within the HDI_PROB credible interval.

Parameters:
  • data (dict) – EOS data dictionary.

  • outdir (str) – Output directory.

  • injection_data (dict or None, optional) – Injection EOS data for plotting true values, by default None.

Return type:

None