Skip to content

Commit 4b043b2

Browse files
committed
missing sum in docstring
1 parent e72fa06 commit 4b043b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ess/uncertainty.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def variance_normalized_signal_over_monitor(numerator: T, denominator: T) -> flo
1515
variance-normalized counts:
1616
1717
.. math::
18-
\\alpha = \\frac{\\sum_{i} \\text{var}_{i}(b) a_{i}^{2}}{\\text{var}_{i}(a) b_{i}^{2}}
18+
\\alpha = \\frac{\\sum_{i} \\text{var}_{i}(b) a_{i}^{2}}{\\sum_{i} \\text{var}_{i}(a) b_{i}^{2}}
1919
2020
where :math:`a` is the numerator and :math:`b` the denominator.
2121
See Heybrock et al. (2023) for more details.

0 commit comments

Comments
 (0)