We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72fa06 commit 4b043b2Copy full SHA for 4b043b2
src/ess/uncertainty.py
@@ -15,7 +15,7 @@ def variance_normalized_signal_over_monitor(numerator: T, denominator: T) -> flo
15
variance-normalized counts:
16
17
.. math::
18
- \\alpha = \\frac{\\sum_{i} \\text{var}_{i}(b) a_{i}^{2}}{\\text{var}_{i}(a) b_{i}^{2}}
+ \\alpha = \\frac{\\sum_{i} \\text{var}_{i}(b) a_{i}^{2}}{\\sum_{i} \\text{var}_{i}(a) b_{i}^{2}}
19
20
where :math:`a` is the numerator and :math:`b` the denominator.
21
See Heybrock et al. (2023) for more details.
0 commit comments