Class | Description |
---|---|
MedianStatistic |
The classes
MedianStatistic
or
StdMedianStatistic serve to register
single measured values (e.g., run times) of the type
double
with the help of
the method MedianStatistic.update(double) . |
StdMedianStatistic |
StdMedianStatistic provides an implementation for a median statistic.
|