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 CentroidAbstractTDigest.createCentroid(double mean, int id) static CentroidCentroid.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 TypeMethodDescriptionvoidvoidintintlongvoidModify an existing value in the tree subject to the constraint that the change will not alter the ordering of the tree.voidConstructors in com.tdunning.math.stats with parameters of type Centroid