public class ListStatisticsextends AbstractStatistics
Constructor and Description |
---|
ListStatistics() |
ListStatistics(double[] samples) |
ListStatistics(long[] samples) |
Modifier and Type | Method and Description |
---|---|
void | addValue(double d) |
double | getMax() |
double | getMin() |
long | getN() |
double | getPercentile(double rank) |
double | getSum() |
double | getVariance() |
compareTo, compareTo, getConfidenceIntervalAt, getMean, getMeanErrorAt, getStandardDeviation, isDifferent, toString
Copyright © 2012-2015 Oracle. All Rights Reserved.