Uses of Class
com.tdunning.math.stats.AbstractTDigest
-
-
Uses of AbstractTDigest in com.tdunning.math.stats
Subclasses of AbstractTDigest in com.tdunning.math.stats Modifier and Type Class Description class
AVLTreeDigest
class
MergingDigest
Maintains a t-digest by collecting new points in a buffer that is then sorted occasionally and merged into a sorted array that contains previously computed centroids.
-