Found 82 repositories(showing 30)
CamDavidsonPilon
t-Digest data structure in Python. Useful for percentiles and quantiles, including distributed enviroments like PySpark
influxdata
An implementation of Ted Dunning's t-digest in Go.
spenczar
Fast approximate quantiles in Go
caio
mirror of https://caio.co/de/go-tdigest/
tvondra
PostgreSQL extension for estimating percentiles using t-digest
usmanm
t-digest module for Redis
welch
tdigest: javascript implementation of Dunning's T-Digest for streaming quantile approximation
hrbrmstr
Wicked Fast, Accurate Quantiles Using 't-Digests'
phadej
On-line accumulation of rank-based statistics such as quantiles and trimmed means
derrickburns
C++ version of Ted Dunning's merging t-digest
SGrondin
OCaml implementation of the T-Digest algorithm
castle
Ruby implementation of Dunning's T-Digest for streaming quantile approximation
protivinsky
Python package for *fast* TDigest calculation.
ajwerner
Polygot C implementation of compact approximate quantile estimation large data sets
gpichot
[Not maintained] Implementation of TDigest algorithm in C++
cep21
Benchmark various tdigest implementations
andylokandy
An efficient Rust implementation of the t-digest algorithm.
G-Research
Simple Python package to compute TDigests, implemented in Rust
ajwerner
A concurrent, go(lang) implemention the t-digest streaming quantile estimation data structure.
OpenTSDB
A quantiles plugin for OpenTSDB using Ted Dunning's T-Digest
beyondeye
Port of java reference implementation of TDigest to kotlin/multiplatform (including javascript)
vivienm
A Rust library for estimating quantiles in a stream, using ClickHouse t-digest data structure.
require('lx') presentation on probabilistic data structures
tdunning
Native Julia implementation of t-digest
bkerley
Simple twitter -> daily digest script
QunarOPS
tdigest for python
heliosdrm
t-digest data structures for Julia
willbeason
An implementation of tdigest, an algorithm for computing percentiles of a stream of data in a single pass.
nielsbasjes
Pig UDF around t-digest
guicaulada
Lua implementation of Dunning's T-Digest for streaming quantile approximation