We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594dd20 commit 68481d1Copy full SHA for 68481d1
1 file changed
filter.go
@@ -9,6 +9,14 @@
9
// a member”. Only false positives can occur: an element that has been added
10
// to the filter will always be identified as ”likely member”.
11
//
12
+// The probabilities of different outcomes of a membership test at
13
+// a false-positives rate of 1/100 are:
14
+//
15
+// Test(s) true false
16
+// --------------------------------------
17
+// s has been added 1 0
18
+// s has not been added 0.01 0.99
19
20
// Elements can be added, but not removed. With more elements in the filter,
21
// the probability of false positives increases.
22
0 commit comments