Integrate multi-stage follow-up Bayes factor functionalities into PyFstat · Issue #333 · PyFstat/PyFstat · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tenorio, Keitel, Sintes (2021) introduces a new Bayes factor to evaluate the multi-stage follow-up of a CW candidate. The following items should be addressed in order to fully implement this new functionality into PyFstat:
Overhaul MCMCFollowUpSearch and create a new class BstarSN:
Re-purpose not do duplicate Coherent and Semicoherent MCMC searches.
Uncouple and clean up coherence-time ladder computation.
Add prior class (or similar) to parse posterior samples from previous stages to setup priors.
Implement noise-hypothesis functions into BstarSN:
Implement off-sourcing (maybe it's simpler to use CFSv2's input grid functionality ? )
Implement Gumbel fit.
Implement signal-hypothesis functions into BstarSN:
Re-compute 2F at different stages using the loudest candidate from the last one.
Implement 2F -> rho -> 2F integral with numerical checks.
Tenorio, Keitel, Sintes (2021) introduces a new Bayes factor to evaluate the multi-stage follow-up of a CW candidate. The following items should be addressed in order to fully implement this new functionality into PyFstat:
Overhaul
MCMCFollowUpSearch
and create a new classBstarSN
:Semicoherent MCMC
searches.Implement noise-hypothesis functions into
BstarSN
:Implement signal-hypothesis functions into
BstarSN
:Add reference to README Update README with multi-stage follow-up methods paper #332
The text was updated successfully, but these errors were encountered: