Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mieskolainen committed Mar 16, 2024
1 parent fbefc53 commit 5e6d9c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion icefit/statstools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5e6d9c0

Please sign in to comment.