We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a4be9 commit f0a8e02Copy full SHA for f0a8e02
README.md
@@ -16,12 +16,10 @@ where mu is the mean of the (weighted) sample labels and n is the sample size in
16
17
Both mu and n can be adjusted to account for label noise.
18
19
-mu should be adjusted using the Rogan Gladen (RG) estimator for the sample mean:
+mu should be adjusted using the [Rogan Gladen](https://en.wikipedia.org/wiki/Beth_Gladen) (RG) estimator for the sample mean:
20
21
rg(mu, sensitivity, specificity) = (mu + specificity - 1) / (sensitivity + specificity - 1)
22
23
-See: https://en.wikipedia.org/wiki/Beth_Gladen.
24
-
25
n should be adjusted using the following formula:
26
27
num_bits_per_label = (1 - entropy((sensitivity + specificity) / 2))
0 commit comments