td_add: Add a value to the t-Digest with the specified count

View source: R/create.R

td_addR Documentation

Add a value to the t-Digest with the specified count

Description

Add a value to the t-Digest with the specified count

Usage

td_add(td, val, count)

Arguments

td

t-Digest object

val

value

count

count

Value

the original, updated tdigest object

Examples

td <- td_create(10)
td_add(td, 0, 1)

tdigest documentation built on June 22, 2024, 10:44 a.m.

Related to td_add in tdigest...