Class | Description |
---|---|
BoundaryStatistic |
BoundaryStatistic is an abstract base class derived from
Statistic . |
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. |