Uses of Class
com.tdunning.math.stats.Centroid
-
Packages that use Centroid Package Description com.tdunning.math.stats -
-
Uses of Centroid in com.tdunning.math.stats
Methods in com.tdunning.math.stats that return Centroid Modifier and Type Method Description protected CentroidAbstractTDigest. createCentroid(double mean, int id)static CentroidCentroid. createWeighted(double x, int w, Iterable<? extends Double> data)Methods in com.tdunning.math.stats that return types with arguments of type Centroid Modifier and Type Method Description Collection<Centroid>AVLTreeDigest. centroids()Collection<Centroid>MergingDigest. centroids()abstract Collection<Centroid>TDigest. centroids()ACollectionthat lets you go through the centroids in ascending order by mean.Methods in com.tdunning.math.stats with parameters of type Centroid Modifier and Type Method Description intCentroid. compareTo(Centroid o)
-