-
-
class DubboAbstractTDigest extends com.tdunning.math.stats.TDigest implements
Serializable
-
Serialized Fields
-
recordAllData
boolean recordAllData
-
-
Serialized Fields
-
compression
double compression
-
data
List<List<Double>> data
-
lastUsedCell
AtomicInteger lastUsedCell
-
max
double max
-
mean
double[] mean
-
mergeCount
int mergeCount
-
min
double min
-
order
int[] order
-
publicCompression
double publicCompression
-
tempData
List<List<Double>> tempData
-
tempMean
double[] tempMean
-
tempUsed
AtomicInteger tempUsed
-
tempWeight
double[] tempWeight
-
totalWeight
double totalWeight
-
unmergedWeight
AtomicInteger unmergedWeight
-
useAlternatingSort
boolean useAlternatingSort
-
useTwoLevelCompression
boolean useTwoLevelCompression
-
weight
double[] weight
-