diff --git a/pisa/utils/likelihood_functions.py b/pisa/utils/likelihood_functions.py index e51704946..da66ac33c 100755 --- a/pisa/utils/likelihood_functions.py +++ b/pisa/utils/likelihood_functions.py @@ -2,7 +2,7 @@ This script contains functions to compute Barlow-Beeston Likelihood, as well as an implementation of the Poisson-Gamma mixture. -These likelihood implementations take into account uncertainties due to +These likelihood implementations (except for poissonLLH) take into account uncertainties due to finite Monte Carlo statistics. The functions are called in stats.py to apply them to histograms.