You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -145,7 +152,7 @@ how the probability in the biased sample differs from one in an inclusive sample
145
152
Using "i" to stand for "inclusive" and "b" to stand for "biased".
146
153
There are two options that we have used in LDMX.
147
154
1.\\(p_\text{b} = B p_\text{i}\\) where \\(B\\) is the biasing factor.
148
-
2.\\(p_\text{b} = W p_\text{i}\\) where \\(W\\) is the ratio of the average event weights between the two samples. Since the inclusive sample has all event weights equal to one, \\(W = \sum_\text{b} w / N\\) so it represents the EoT estimate described above.
155
+
2.\\(p_\text{b} = W p_\text{i}\\) where \\(W\\) is the ratio of the average event weights between the two samples. Since the inclusive sample has all event weights equal to one, \\(W = \langle{w}\rangle_b\\) so it represents the EoT estimate described above.
149
156
150
157
~~~admonish note title="Binomial Basics"
151
158
- Binomials are valid for distributions corresponding to some number of binary yes/no questions.
0 commit comments