AbstractTDigest |
|
AVLGroupTree |
A tree of t-digest centroids.
|
AVLTreeDigest |
|
Centroid |
A single centroid which represents a number of data points.
|
FloatHistogram |
Maintains histogram buckets that are constant width
in base-2 floating point representation space.
|
Histogram |
Abstract class that describes how a Histogram should work.
|
IntAVLTree |
An AVL-tree structure stored in parallel arrays.
|
IntAVLTree.IntStack |
A stack of int values.
|
IntAVLTree.NodeAllocator |
|
MergingDigest |
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.
|
Simple64 |
Very simple variable byte encoding that always uses 64bit units.
|
Sort |
Static sorting methods
|
TDigest |
Adaptive histogram based on something like streaming k-means crossed with Q-digest.
|