pisa
pisa copied to clipboard
possible duplication: various metric/likelihood definitions
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.
- The second and third hyperlinks are not working (maybe moved/removed).
- I don't find any duplicate between stats.py and likelihood_functions.py
- Functions in
stats.py
(barlow_llh()
,poisson_gamma()
) depend on the functions inlikelihood_functions.py
(barlowLLH()
,mcllh_mean()
)