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
67 stars 67 forks source link

PPF hypercube #389

Open astrolamb opened 4 months ago

astrolamb commented 4 months 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.