Update formula for PG-HyperLogLog small cardinality estimates
Based on the original HLL paper and referenced linear probabilistic counting paper, this should be m*log(m/V) instead of using the alpha(m) constant for small cardinality, as linear counting is used instead.
Showing
Please register or sign in to comment