nanograv / enterprise

ENTERPRISE (Enhanced Numerical Toolbox Enabling a Robust PulsaR Inference SuitE) is a pulsar timing analysis code, aimed at noise analysis, gravitational-wave searches, and timing model analysis.
https://enterprise.readthedocs.io
MIT License
64 stars 65 forks source link

PPF hypercube #389

Open astrolamb opened 1 month ago

astrolamb commented 1 month ago

I forgot to make a PR of my fixes to PR #366.

I'm adding a method to the PTA object to compute the PPF of a parameter sampled from a unit hypercube. This allows the user to easily use enterprise PTA objects in nested samplers.

There is also a unit test for the method.