icecube / skyllh

https://icecube.github.io/skyllh/
GNU General Public License v3.0
11 stars 5 forks source link

Implement core.llh module with LLH base class for a log-likelihood function #155

Open martwo opened 1 year ago

martwo commented 1 year ago

It might be useful to be able to define a single log-likelihood function, instead of a llh ratio function. Hence, a base class for a llh function should be defined with an interface similar (equal) to the LLHRatio class.