HTML documentation pages for CardinalityKit algorithms and concepts.
Core concepts and mathematical foundations of cardinality estimation algorithms.
Detailed documentation of the HyperLogLog algorithm, including:
Detailed documentation of the HyperReal algorithm, including:
Documentation for extended algorithms with attribute tracking:
Guide for converting sample/panel data to population estimates:
Historical evolution of cardinality estimation algorithms from Flajolet-Martin to HyperReal.
Real-world applications and use cases for cardinality estimation.
Implementation details and best practices.
Package structure and API reference.
Documentation of simulation experiments and results.
Operations on sketches including merging and serialization.
Open any HTML file in a web browser:
open documentation/fundamentals.html
Or start a local server:
cd documentation
python -m http.server 8000
# Visit http://localhost:8000
All documentation uses: