Package: tdigest 0.4.2

tdigest: Wicked Fast, Accurate Quantiles Using t-Digests

The t-Digest construction algorithm, by Dunning et al., (2019) <doi:10.48550/arXiv.1902.04023>, uses a variant of 1-dimensional k-means clustering to produce a very compact data structure that allows accurate estimation of quantiles. This t-Digest data structure can be used to estimate quantiles, compute other rank statistics or even to estimate related measures like trimmed means. The advantage of the t-Digest over previous digests for this purpose is that the t-Digest handles data with full floating point resolution. The accuracy of quantile estimates produced by t-Digests can be orders of magnitude more accurate than those produced by previous digest algorithms. Methods are provided to create and update t-Digests and retrieve quantiles from the accumulated distributions.

Authors:Bob Rudis [aut, cre], Ted Dunning [aut], Andrew Werner [aut]

tdigest_0.4.2.tar.gz
tdigest_0.4.2.zip(r-4.5)tdigest_0.4.2.zip(r-4.4)tdigest_0.4.2.zip(r-4.3)
tdigest_0.4.2.tgz(r-4.4-x86_64)tdigest_0.4.2.tgz(r-4.4-arm64)tdigest_0.4.2.tgz(r-4.3-x86_64)tdigest_0.4.2.tgz(r-4.3-arm64)
tdigest_0.4.2.tar.gz(r-4.5-noble)tdigest_0.4.2.tar.gz(r-4.4-noble)
tdigest_0.4.2.tgz(r-4.4-emscripten)tdigest_0.4.2.tgz(r-4.3-emscripten)
tdigest.pdf |tdigest.html
tdigest/json (API)

# Install 'tdigest' in R:
install.packages('tdigest', repos = c('https://hrbrmstr.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/hrbrmstr/tdigest/issues

On CRAN:

quantilet-digest

11 exports 37 stars 3.07 score 1 dependencies 4 dependents 10 scripts 594 downloads

Last updated 3 months agofrom:e52b746007. Checks:OK: 8 NOTE: 1. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 18 2024
R-4.5-win-x86_64OKAug 18 2024
R-4.5-linux-x86_64NOTEAug 18 2024
R-4.4-win-x86_64OKAug 18 2024
R-4.4-mac-x86_64OKAug 18 2024
R-4.4-mac-aarch64OKAug 18 2024
R-4.3-win-x86_64OKAug 18 2024
R-4.3-mac-x86_64OKAug 18 2024
R-4.3-mac-aarch64OKAug 18 2024

Exports:%>%as_tdigestis_tdigesttd_addtd_createtd_mergetd_quantile_oftd_total_counttd_value_attdigesttquantile

Dependencies:magrittr