public class StatsAggregateResult extends AggregateResult
| Modifier and Type | Method and Description |
|---|---|
double |
getMax()
Returns the maximum value of all numerical values included in this aggregate
|
double |
getMean()
Returns the average value of all numerical values included in this aggregate
|
double |
getMin()
Returns the minimum value of all numerical values included in this aggregate
|
double |
getStdDev()
Returns the standard deviation of all numerical values included in this aggregate
|
double |
getSum()
Returns the sum of all numerical values included in this aggregate
|
double |
getSumOfSquares()
Returns the sum of squares for all numerical values included in this aggregate
|
double |
getVariance()
Returns the variance of all numerical values included in this aggregate
|
getAggregateKind, getFieldName, getValueCountpublic double getMin()
public double getMax()
public double getMean()
public double getSum()
public double getSumOfSquares()
public double getVariance()
public double getStdDev()