A new data structure for accurate on-line accumulation of rank-based statistics such as quantiles and trimmed means
☆2,166Feb 17, 2025Updated last year
Alternatives and similar repositories for t-digest
Users that are interested in t-digest are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- t-Digest data structure in Python. Useful for percentiles and quantiles, including distributed enviroments like PySpark☆408May 4, 2023Updated 3 years ago
- A High Dynamic Range (HDR) Histogram☆2,308Jun 27, 2024Updated 2 years ago
- Stream summarizer and cardinality estimator.☆2,264Nov 28, 2019Updated 6 years ago
- [Not maintained] Implementation of TDigest algorithm in C++☆18Mar 29, 2017Updated 9 years ago
- C++ version of Ted Dunning's merging t-digest☆32Oct 24, 2025Updated 9 months ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- A simple demonstration of sub-sequence sampling as used for anomaly detection with EKG signals☆103Oct 13, 2020Updated 5 years ago
- Fast approximate quantiles in Go☆127Jan 20, 2023Updated 3 years ago
- Wicked Fast, Accurate Quantiles Using 'T-Digests'☆23Jul 29, 2026Updated 2 weeks ago
- A better compressed bitset in Java: used by Apache Spark, Netflix Atlas, Apache Pinot, Tablesaw, and many others