Uses of Class
com.tdunning.math.stats.Centroid
-
-
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, java.lang.Iterable<? extends java.lang.Double> data)Methods in com.tdunning.math.stats that return types with arguments of type Centroid Modifier and Type Method Description java.util.Collection<Centroid>AVLTreeDigest. centroids()java.util.Collection<Centroid>MergingDigest. centroids()abstract java.util.Collection<Centroid>TDigest. centroids()ACollectionthat lets you go through the centroids in ascending order by mean.java.util.Iterator<Centroid>AVLGroupTree. iterator()private java.util.Iterator<Centroid>AVLGroupTree. iterator(int startNode)Methods in com.tdunning.math.stats with parameters of type Centroid Modifier and Type Method Description (package private) abstract voidAbstractTDigest. add(double x, int w, Centroid base)booleanAVLGroupTree. add(Centroid centroid)(package private) voidAVLTreeDigest. add(double x, int w, Centroid base)(package private) voidMergingDigest. add(double x, int w, Centroid base)intCentroid. compareTo(Centroid o)
-