threeML / hawc_hal

HAWC Accelerated Likelihood - python-only framework for HAWC data analysis
BSD 3-Clause "New" or "Revised" License
11 stars 21 forks source link

Likelihood per bin #80

Closed hayalaso closed 2 years ago

hayalaso commented 2 years ago

HAL can now return likelihood values per bin of the model, for both the null hypothesis and the alternative hypothesis. The returned values are the fraction of the total likelihood. The changes allow to keep getting the same default result as before the change.

xiaojieww commented 2 years ago

All the tests have passed, after testing, it should be good to go.