Package: tdigest 0.4.3

tdigest: Wicked Fast, Accurate Quantiles Using t-Digests

The t-Digest construction algorithm, by Dunning, (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.3.tar.gz
tdigest_0.4.3.zip(r-4.7)tdigest_0.4.3.zip(r-4.6)tdigest_0.4.3.zip(r-4.5)
tdigest_0.4.3.tgz(r-4.6-x86_64)tdigest_0.4.3.tgz(r-4.6-arm64)tdigest_0.4.3.tgz(r-4.5-x86_64)tdigest_0.4.3.tgz(r-4.5-arm64)
tdigest_0.4.3.tar.gz(r-4.7-arm64)tdigest_0.4.3.tar.gz(r-4.7-x86_64)tdigest_0.4.3.tar.gz(r-4.6-arm64)tdigest_0.4.3.tar.gz(r-4.6-x86_64)
tdigest_0.4.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION
card.svg |card.png
tdigest/json (API)

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

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

On CRAN:

Conda:

quantilet-digest

4.43 score 41 stars 13 scripts 667 downloads 11 exports 1 dependencies

Last updated from:a007e20388. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK120
linux-devel-x86_64OK122
source / vignettesOK173
linux-release-arm64OK127
linux-release-x86_64OK114
macos-release-arm64OK71
macos-release-x86_64OK179
macos-oldrel-arm64OK73
macos-oldrel-x86_64OK198
windows-develOK67
windows-releaseOK64
windows-oldrelOK91
wasm-releaseOK125

Exports:%>%as_tdigestis_tdigesttd_addtd_createtd_mergetd_quantile_oftd_total_counttd_value_attdigesttquantile

Dependencies:magrittr