cogwheel.postprocessingΒΆ

Post-process parameter estimation samples:

  • Diagnostics for sampler convergence

  • Diagnostics for robustness against ASD-drift choice

  • Diagnostics for relative-binning accuracy

The function postprocess_rundir is used to process samples from a single parameter estimation run.

Functions

main

Postprocess a run directory or an event directory.

postprocess_eventdir

Make diagnostics plots aggregating multiple runs of an event and save them to pdf format.

postprocess_rundir

Postprocess posterior samples from a single run.

submit_postprocess_eventdir_slurm

Submit a slurm job to postprocess an event directory containing postprocessed rundirs.

submit_postprocess_rundir_slurm

Submit a slurm job to postprocess a run directory where a sampling.Sampler has been run.

Classes

EventdirPostprocessor

Class to gather information from multiple runs of an event and exporting summary to pdf file.

RundirPostprocessor

Postprocess posterior samples from a single run.