- scale - Variable in class com.tdunning.math.stats.TDigest
-
- ScaleFunction - Enum in com.tdunning.math.stats
-
Encodes the various scale functions for t-digests.
- setScaleFunction(ScaleFunction) - Method in class com.tdunning.math.stats.MergingDigest
-
- setScaleFunction(ScaleFunction) - Method in class com.tdunning.math.stats.TDigest
-
- setupBins(double, double) - Method in class com.tdunning.math.stats.Histogram
-
- Simple64 - Class in com.tdunning.math.stats
-
Very simple variable byte encoding that always uses 64bit units.
- Simple64() - Constructor for class com.tdunning.math.stats.Simple64
-
- size() - Method in class com.tdunning.math.stats.AVLTreeDigest
-
Returns the number of samples represented in this histogram.
- size() - Method in class com.tdunning.math.stats.MergingDigest
-
- size() - Method in class com.tdunning.math.stats.TDigest
-
Returns the number of points that have been added to this TDigest.
- smallByteSize() - Method in class com.tdunning.math.stats.AVLTreeDigest
-
Returns an upper bound on the number of bytes that will be required to represent this histogram in
the tighter representation.
- smallByteSize() - Method in class com.tdunning.math.stats.MergingDigest
-
- smallByteSize() - Method in class com.tdunning.math.stats.TDigest
-
Returns the number of bytes required to encode this TDigest using #asSmallBytes().
- Sort - Class in com.tdunning.math.stats
-
Static sorting methods
- Sort() - Constructor for class com.tdunning.math.stats.Sort
-
- sort(int[], double[], double[], int) - Static method in class com.tdunning.math.stats.Sort
-
Two-key quick sort on (values, weights) using an index array
- sort(double[], double[]...) - Static method in class com.tdunning.math.stats.Sort
-
Quick sort in place of several paired arrays.
- sort(double[], int, int, double[]...) - Static method in class com.tdunning.math.stats.Sort
-
Quick sort using an index array.
- stableSort(int[], double[], int) - Static method in class com.tdunning.math.stats.Sort
-
Single-key stabilized quick sort on using an index array