| Interface | Description |
|---|---|
| Statistics.Function<Input,Output> |
generic function with a single input and a single output parameter
|
| Statistics.Predicate<Input> |
generic function that maps a single value to a boolean
|
| UnweightedSampleCollector<Value> | |
| WeightedSampleCollector<Value,Weight> |
| Class | Description |
|---|---|
| Range |
Range of samples.
|
| Statistic |
Statistic is an abstract base class that
controls measurement and printing. |
| Statistics | |
| Summation |
A summation of samples.
|
Statistic.