Uses of Class
com.tdunning.math.stats.Centroid
-
Uses of Centroid in com.tdunning.math.stats
Methods in com.tdunning.math.stats that return CentroidModifier and TypeMethodDescriptionprotected Centroid
AbstractTDigest.createCentroid
(double mean, int id) static Centroid
Centroid.createWeighted
(double x, int w, Iterable<? extends Double> data) GroupTree.first()
GroupTree.last()
Methods in com.tdunning.math.stats that return types with arguments of type CentroidModifier and TypeMethodDescriptionArrayDigest.centroids()
AVLTreeDigest.centroids()
TDigest.centroids()
An iterable that lets you go through the centroids in ascending order by mean.TreeDigest.centroids()
GroupTree.iterator()
Iteratres through all groups in the tree.Methods in com.tdunning.math.stats with parameters of type CentroidModifier and TypeMethodDescriptionvoid
void
int
int
long
void
Modify an existing value in the tree subject to the constraint that the change will not alter the ordering of the tree.void
Constructors in com.tdunning.math.stats with parameters of type Centroid