Add a value to the t-Digest with the specified count
td_add(td, val, count)
td
t-Digest object
val
value
count
the original, updated tdigest object
tdigest
td <- td_create(10) td_add(td, 0, 1)