public static class Statistics.StatisticsData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long[] |
cnt |
long |
columns |
double[] |
max |
double[] |
min |
double[] |
qsum |
double[] |
sum |
Constructor and Description |
---|
StatisticsData(int columns) |
Modifier and Type | Method and Description |
---|---|
double |
getAverage(int colIndex) |
double |
getStandardDeviation(int colIndex) |
double |
getVariance(int colIndex) |