Skip to content

Nestcheck test

Maite Mateu-Lucena requested to merge lscsoft/bilby:master into nestcheck-bilby

This MR is an update of 844! and replace it. It adds the nestcheck sampler setting to dynesty. If it is nestcheck = True, a pickle file is created for each run in the output directory storing a nestcheck.data_processing.process_dynesty_run object, (nestcheck needs to be installed). That object can be used then in the post processing in order to compute the implementation and bootstrap errors explained in “Sampling Errors In Nested Sampling Parameter Estimation” (Higson et al. 2018).

Edited by Maite Mateu-Lucena

Merge request reports