loglog

There are 4 repositories under loglog topic.

  • LiveRamp/HyperMinHash-java

    Union, intersection, and set cardinality in loglog space

    Language:Java58126410
  • 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

    Language:Python4102
  • 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.

    Language:Python20
  • pavponn/UniqCounter

    Implementation of HyperLogLog algorithm to count number of unique elements in data stream.

    Language:C++00