public class MultisetStatistics extends AbstractStatistics
| Constructor and Description |
|---|
MultisetStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(double d,
long count) |
double |
getMax() |
double |
getMin() |
long |
getN() |
double |
getPercentile(double rank) |
double |
getSum() |
double |
getVariance() |
compareTo, compareTo, getConfidenceIntervalAt, getMean, getMeanErrorAt, getStandardDeviation, isDifferent, toStringCopyright © 2012-2015 Oracle. All Rights Reserved.