All posts by

Vladimir Batygin

expand_more

Comparing three solutions for estimating population sizes

cup cakes

In an earlier post we discussed a service to estimate the number of unique visitors to a website. In this article we explore the algorithms we used to build the system: HLL (HyperLogLog) and KMV (Kth Minimal Value) and evaluate each.