Skip to content

Commit dc76615

Browse files
authored
Update README.md
1 parent 75c3a52 commit dc76615

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,5 @@ $$p *\log_2(p) + p + (1-p) *\log_2(1-p) + (1-p) =$$
5959
$$p *\log_2(p) + (1-p) * \log_2(1-p) + 1 = $$
6060
$$ 1 - H(X) $$
6161

62-
To derive X, the content's probability of being positive, using the labels TPR
63-
$p(b|a)$ and FPR $p(b|\neg a)$, we can plug them into Bayes's rule and simplify, again using the uniform prior assumption.
64-
65-
$$X = p(a|b) = \frac{p(b|a)*p(a)}{p(b)} = $$
66-
$$\frac{p(b|a)*p(a)}{p(b|a)*p(a) + p(b|\neg a)*p(\neg a)} = $$
67-
$$\frac{p(b|a)*0.5}{p(b|a)*0.5 + p(b|\neg a)*0.5} =$$
68-
$$\frac{p(b|a)}{p(b|a) + p(b|\neg a)}$$
6962
## License
7063
Conjugate Estimators is MIT licensed, as found in the LICENSE file.

0 commit comments

Comments
 (0)