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 Centroid
AbstractTDigest. createCentroid(double mean, int id)
static Centroid
Centroid. 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()
ACollection
that 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 void
AbstractTDigest. add(double x, int w, Centroid base)
boolean
AVLGroupTree. add(Centroid centroid)
(package private) void
AVLTreeDigest. add(double x, int w, Centroid base)
(package private) void
MergingDigest. add(double x, int w, Centroid base)
int
Centroid. compareTo(Centroid o)
-