td_quantile_of {tdigest}R Documentation

Return the quantile of the value

Description

Return the quantile of the value

Usage

td_quantile_of(td, val)

Arguments

td

t-Digest object

val

value

Value

the computed quantile (double)


[Package tdigest version 0.4.1 Index]