icecube / pisa

Monte Carlo-based data analysis
http://icecube.github.io/pisa/
Apache License 2.0
19 stars 47 forks source link

possible duplication: various metric/likelihood definitions #754

Open LeanderFischer opened 1 year ago

LeanderFischer commented 1 year ago

Is it intended that there are multiple (possible duplicate) definitions of the same likelihoods stats.py, likelihood_functions.py, and llh_defs? Maybe these could be streamlined/combined.

JKrishnamoorthi commented 7 months ago
  1. The second and third hyperlinks are not working (maybe moved/removed).
  2. I don't find any duplicate between stats.py and likelihood_functions.py
  3. Functions in stats.py (barlow_llh(), poisson_gamma()) depend on the functions in likelihood_functions.py (barlowLLH(), mcllh_mean())