public class StatisticsTools
extends java.lang.Object
Constructor and Description |
---|
StatisticsTools() |
Modifier and Type | Method and Description |
---|---|
static double[] |
getHistogram(int[] vals) |
static double |
getQuantile(double[] hist,
double p) |
static double |
getQuantileFromValues(double[] val,
double p) |