| Class | Description |
|---|---|
| WeightedDistStatistic |
WeightedDistStatistic provides an implementation for a weighted
distribution statistic. |
| WeightedMeanStatistic |
The class
WeightedMeanStatistic is similar to
SampleStatistic with the difference that
in the WeightedMeanStatistic.update(double, double) method not only a measured value but
also a weight is passed. |