Class AbstractQuantileEstimation.AbstractSample<SAMPLE extends AbstractQuantileEstimation.AbstractSample<SAMPLE>>
- java.lang.Object
-
- com.linkedin.alpini.base.statistics.AbstractQuantileEstimation.AbstractSample<SAMPLE>
-
- All Implemented Interfaces:
java.lang.Cloneable
- Direct Known Subclasses:
DoubleQuantileEstimation.Sample
,GenericQuantileEstimation.Sample
,LongQuantileEstimation.Sample
- Enclosing class:
- AbstractQuantileEstimation<SAMPLE extends AbstractQuantileEstimation.AbstractSample<SAMPLE>>
protected abstract static class AbstractQuantileEstimation.AbstractSample<SAMPLE extends AbstractQuantileEstimation.AbstractSample<SAMPLE>> extends java.lang.Object implements java.lang.Cloneable
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractSample()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAMPLE
clone()
protected double
g()
protected SAMPLE
merge(SAMPLE other, boolean max, boolean min)
-