td_add | R Documentation |
Add a value to the t-Digest with the specified count
td_add(td, val, count)
td |
t-Digest object |
val |
value |
count |
count |
the original, updated tdigest
object
td <- td_create(10)
td_add(td, 0, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.