JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Package com.linkedin.alpini.base.statistics
Interface Summary
Interface
Description
LongStats
LongStatsLowQuantile
Class Summary
Class
Description
AbstractQuantileEstimation
<SAMPLE extends
AbstractQuantileEstimation.AbstractSample
<SAMPLE>>
A memory efficient abstract implementation for calculating quantile summaries.
AbstractQuantileEstimation.AbstractSample
<SAMPLE extends
AbstractQuantileEstimation.AbstractSample
<SAMPLE>>
AbstractQuantileEstimation.Quantile
AbstractQuantileEstimation.Quantiles
DoubleQuantileEstimation
DoubleQuantileEstimation.Sample
GenericQuantileEstimation
<T>
GenericQuantileEstimation.Sample
<T>
LongQuantileArrayEstimation
LongQuantileEstimation
LongQuantileEstimation.Sample
LongStatsAggregator
Extend the
LongQuantileEstimation
class and add computation for the mean and standard deviation of the supplied values.
LongStatsAggregatorLowQuantile
Extend the
LongStatsAggregator
class to only track low quantile points.
LongStatsArrayAggregator
Extend the
LongQuantileEstimation
class and add computation for the mean and standard deviation of the supplied values.
LongStatsLowQuantileImpl
Welfords
Welford's algorithm for calculating variance.
Welfords.DoubleWelford
Welfords.LongWelford
Welfords.Result