powered by
Add a value to the t-Digest with the specified count
td_add(td, val, count)
the original, updated tdigest object
tdigest
t-Digest object
value
count
td <- td_create(10) td_add(td, 0, 1)
Run the code above in your browser using DataLab