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) Methods in com.tdunning.math.stats that return types with arguments of type CentroidModifier and TypeMethodDescriptionAVLTreeDigest.centroids()
MergingDigest.centroids()
abstract Collection<Centroid>
TDigest.centroids()
ACollection
that lets you go through the centroids in ascending order by mean.AVLGroupTree.iterator()
AVLGroupTree.iterator
(int startNode) Methods in com.tdunning.math.stats with parameters of type CentroidModifier and TypeMethodDescription(package private) abstract void
boolean
(package private) void
(package private) void
int