powered by
Total items contained in the t-Digest
td_total_count(td)# S3 method for tdigest length(x)
# S3 method for tdigest length(x)
double containing the size of the t-Digest
double
t-Digest object
a tdigest object
td <- td_create(10) td_add(td, 0, 1) td_total_count(td) length(td)
Run the code above in your browser using DataLab