public abstract class DubboAbstractTDigest
extends com.tdunning.math.stats.TDigest
| Constructor and Description |
|---|
DubboAbstractTDigest() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(double x)
Adds a sample to a histogram.
|
void |
add(com.tdunning.math.stats.TDigest other) |
boolean |
isRecording() |
com.tdunning.math.stats.TDigest |
recordAllData()
Sets up so that all centroids will record all data assigned to them.
|
public com.tdunning.math.stats.TDigest recordAllData()
recordAllData in class com.tdunning.math.stats.TDigestpublic boolean isRecording()
isRecording in class com.tdunning.math.stats.TDigestpublic void add(double x)
add in class com.tdunning.math.stats.TDigestx - The value to add.public void add(com.tdunning.math.stats.TDigest other)
add in class com.tdunning.math.stats.TDigestCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.