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 CentroidGroupTree. ceiling(Centroid base)protected CentroidAbstractTDigest. createCentroid(double mean, int id)static CentroidCentroid. createWeighted(double x, int w, java.lang.Iterable<? extends java.lang.Double> data)CentroidGroupTree. first()CentroidGroupTree. floor(Centroid base)CentroidGroupTree. last()Methods in com.tdunning.math.stats that return types with arguments of type Centroid Modifier and Type Method Description java.lang.Iterable<? extends Centroid>ArrayDigest. centroids()java.lang.Iterable<? extends Centroid>AVLTreeDigest. centroids()abstract java.lang.Iterable<? extends Centroid>TDigest. centroids()An iterable that lets you go through the centroids in ascending order by mean.java.lang.Iterable<? extends Centroid>TreeDigest. centroids()java.util.Iterator<Centroid>GroupTree. iterator()Iteratres through all groups in the tree.java.lang.Iterable<Centroid>GroupTree. tailSet(Centroid start)Methods in com.tdunning.math.stats with parameters of type Centroid Modifier and Type Method Description voidGroupTree. add(Centroid centroid)voidTreeDigest. add(double x, int w, Centroid base)CentroidGroupTree. ceiling(Centroid base)intCentroid. compareTo(Centroid o)CentroidGroupTree. floor(Centroid base)intGroupTree. headCount(Centroid base)longGroupTree. headSum(Centroid base)voidGroupTree. move(double x, int count, Centroid v, java.lang.Iterable<? extends java.lang.Double> data)Modify an existing value in the tree subject to the constraint that the change will not alter the ordering of the tree.voidGroupTree. remove(Centroid base)java.lang.Iterable<Centroid>GroupTree. tailSet(Centroid start)Constructors in com.tdunning.math.stats with parameters of type Centroid Constructor Description GroupTree(Centroid leaf)
-