Serialized Form
-
Package com.tdunning.math.stats
-
Class com.tdunning.math.stats.AbstractTDigest
class AbstractTDigest extends TDigest implements Serializable-
Serialized Fields
-
gen
Random gen
-
recordAllData
boolean recordAllData
-
-
-
Class com.tdunning.math.stats.AVLTreeDigest
class AVLTreeDigest extends AbstractTDigest implements Serializable-
Serialized Fields
-
compression
double compression
-
count
long count
-
summary
AVLGroupTree summary
-
-
-
Class com.tdunning.math.stats.Centroid
class Centroid extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
-
Class com.tdunning.math.stats.FloatHistogram
class FloatHistogram extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
readObjectNoData
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
bitsOfPrecision
int bitsOfPrecision
-
counts
long[] counts
-
max
double max
-
min
double min
-
offset
int offset
-
shift
int shift
-
-
-
Class com.tdunning.math.stats.MergingDigest
class MergingDigest extends AbstractTDigest implements Serializable-
Serialized Fields
-
compression
double compression
-
data
List<List<Double>> data
-
lastUsedCell
int lastUsedCell
-
mean
double[] mean
-
order
int[] order
-
tempData
List<List<Double>> tempData
-
tempMean
double[] tempMean
-
tempUsed
int tempUsed
-
tempWeight
double[] tempWeight
-
totalWeight
double totalWeight
-
unmergedWeight
double unmergedWeight
-
weight
double[] weight
-
-
-
Class com.tdunning.math.stats.TDigest
class TDigest extends Object implements Serializable-
Serialized Fields
-
max
double max
-
min
double min
-
-
-