Skip to content

Commit a378e1b

Browse files
authored
Update README.md
1 parent adbe52e commit a378e1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ The basic formula for CBE is
1515
beta = (1-mu)*n + beta_prior
1616
ci = [ppf(0.05, alpha, beta), ppf(0.95, alpha, beta)
1717

18-
where mu is the mean of the (weighted) sample labels and n is the sample size in bits
18+
where mu is the mean of the (weighted) sample labels and n is the sample size in bits.
19+
20+
Consider using the [Kumaraswamy](https://en.wikipedia.org/wiki/Kumaraswamy_distribution) distribution
21+
instead of Beta for a more efficient, analytical, ppf (inverse CDF) function.
1922

2023
## Accounting for label noise
2124
Both mu and n can be adjusted to account for label noise.

0 commit comments

Comments
 (0)