Interface Distribution<T>
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetMax()doublegetMin()doublegetPercentile(double percentile) longgetTotal()
-
Method Details
-
getTotal
long getTotal() -
getMin
double getMin() -
getMax
double getMax() -
getPercentile
double getPercentile(double percentile)
-