diff --git a/icefit/statstools.py b/icefit/statstools.py index 96af13e3..1faf2010 100644 --- a/icefit/statstools.py +++ b/icefit/statstools.py @@ -523,7 +523,9 @@ def test_efficiency_ratio(EPS=1e-6): # Ratio error, where b1 is the numerator (number of successes) # in a binomial ratio and b2 is the denominator (total number of trials) - + # where we allow both numerator and denominator to fluctuate aka take + # here Poisson errors for them. + b1 = 5 b2 = 20 e1 = np.sqrt(b1)