Skip to content

Commit 0572677

Browse files
authored
Update README.md
1 parent 4702569 commit 0572677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The basic formula for CBE is
1313

1414
alpha = mu*n + alpha_prior
1515
beta = (1-mu)*n + beta_prior
16-
ci = [ppf(0.05, alpha, beta), ppf(0.95, alpha, beta)
16+
ci = [ppf(0.05, alpha, beta), ppf(0.95, alpha, beta)]
1717

1818
where mu is the mean of the (weighted) sample labels, n is the sample size in bits, and ppf is the
1919
[inverse CDF](https://en.wikipedia.org/wiki/Quantile_function) function.

0 commit comments

Comments
 (0)