median
Computes the approximate median of all grouped values using a t-digest algorithm.
Description
The median
function returns an approximate median of all numeric values in
xs
, computed with a t-digest algorithm.
xs: list
The values to evaluate.
Examples
See Also
mean
, quantile