Uses of Class
com.tdunning.math.stats.TDigest
-
Uses of TDigest in com.tdunning.math.stats
Subclasses of TDigest in com.tdunning.math.statsModifier and TypeClassDescriptionclass
class
Array based implementation of a TDigest.class
class
Adaptive histogram based on something like streaming k-means crossed with Q-digest.Methods in com.tdunning.math.stats that return TDigestModifier and TypeMethodDescriptionstatic TDigest
TDigest.createTreeDigest
(double compression) Creates a TreeDigest.protected static TDigest
static TDigest
AbstractTDigest.recordAllData()
Sets up so that all centroids will record all data assigned to them.AVLTreeDigest.recordAllData()
abstract TDigest
TDigest.recordAllData()
Tell this TDigest to record the original data as much as possible for test purposes.Methods in com.tdunning.math.stats with parameters of type TDigestModifier and TypeMethodDescriptionvoid
abstract void
Add all of the centroids of another TDigest to this one.protected static TDigest
Method parameters in com.tdunning.math.stats with type arguments of type TDigest