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
class
Maintains a t-digest by collecting new points in a buffer that is then sorted occasionally and merged into a sorted array that contains previously computed centroids.Methods in com.tdunning.math.stats that return TDigestModifier and TypeMethodDescriptionstatic TDigest
TDigest.createAvlTreeDigest
(double compression) Creates an AVLTreeDigest.static TDigest
TDigest.createDigest
(double compression) Creates a TDigest of whichever type is the currently recommended type.static TDigest
TDigest.createMergingDigest
(double compression) Creates anMergingDigest
.AbstractTDigest.recordAllData()
Sets up so that all centroids will record all data assigned to them.AVLTreeDigest.recordAllData()
MergingDigest.recordAllData()
Turns on internal data recording.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.Method parameters in com.tdunning.math.stats with type arguments of type TDigest