loglog
There are 4 repositories under loglog topic.
LiveRamp/HyperMinHash-java
Union, intersection, and set cardinality in loglog space
ethantrott/hyperloglog-estimation
python implementations of the Flajolet-Martin, LogLog, SuperLogLog, and HyperLogLog cardinality estimation algorithms, specifically used to estimate the cardinality of unique traffic violations in NYC in the 2019 fiscal year
RSv618/superior-predictive-ability
Python implementation of Hansen's Superior Predictive Ability (SPA) Test for evaluating multiple strategy performances, adjusting for correlation effects and multiple comparisons to identify statistically significant strategies. This version doesn't use bootstrapping and uses a loglog correction.
pavponn/UniqCounter
Implementation of HyperLogLog algorithm to count number of unique elements in data stream.