ML4GW / aframev2

Detecting binary black hole mergers in LIGO with neural networks
MIT License
5 stars 16 forks source link

Switch to using differential rates for p_astro #184

Closed wbenoit26 closed 2 months ago

wbenoit26 commented 3 months ago

Closes #173. Estimates differential rates for background and foreground events, rather that the cumulative rates that were being used previously. The background model is created from a combination of a Gaussian KDE and an exponential fit once there are too few samples to estimate properly. The foreground model is currently just a KDE.

To-do: