-
-
Constructor Summary
Constructors
| Constructor and Description |
DoubleVector(int capacity) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
void |
add(double value) |
double |
max() |
double |
median() |
double |
percentile(int percentile) |
int |
size() |
double |
sum() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
median
public double median()
Copyright © 2016. All Rights Reserved.