Uses of Package
com.tdunning.math.stats
-
Classes in com.tdunning.math.stats used by com.tdunning.math.statsClassDescriptionA tree of t-digest centroids.A single centroid which represents a number of data points.An AVL-tree structure stored in parallel arrays.A stack of int values.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.Adaptive histogram based on something like streaming k-means crossed with Q-digest.