Class | Description |
---|---|
BoundaryStatistic |
Boundary statistics are used to find the quantile for a given percentage.
|
JainBoundaryStatistic |
JainBoundaryStatistic provides an implementation for for
BoundaryStatistic with an alternative method (the P2 Algorithm)
to StdBoundaryStatistic . |
StdBoundaryStatistic |
StdBoundaryStatistic provides an implementation of
BoundaryStatistic to calculate quantiles for a given number of
samples and percentage. |