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 TypeClassDescriptionclassclassArray based implementation of a TDigest.classclassAdaptive histogram based on something like streaming k-means crossed with Q-digest.Methods in com.tdunning.math.stats that return TDigestModifier and TypeMethodDescriptionstatic TDigestTDigest.createTreeDigest(double compression) Creates a TreeDigest.protected static TDigeststatic TDigestAbstractTDigest.recordAllData()Sets up so that all centroids will record all data assigned to them.AVLTreeDigest.recordAllData()abstract TDigestTDigest.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 TypeMethodDescriptionvoidabstract voidAdd all of the centroids of another TDigest to this one.protected static TDigestMethod parameters in com.tdunning.math.stats with type arguments of type TDigest