|
Hi,
How do I determine the actual false positive rate for:
m=4,294,967,296
n=14,518,000
m/n=296
k=16
Minimum k comes to 205, for a false positive of 1.725 * 10^-62. If k is lowered to 16, what exactly would be the false positive rate?
For reference, please see: http://pages.cs.wisc.edu/~cao/papers/summary-cache/node8.html
Thanks.
|