Package | Description |
---|---|
tech.tablesaw.aggregate |
Modifier and Type | Field | Description |
---|---|---|
static NumericAggregateFunction |
AggregateFunctions.first |
A function that returns the first item
|
static NumericAggregateFunction |
AggregateFunctions.geometricMean |
|
static NumericAggregateFunction |
AggregateFunctions.kurtosis |
|
static NumericAggregateFunction |
AggregateFunctions.last |
A function that returns the last item
|
static NumericAggregateFunction |
AggregateFunctions.max |
|
static NumericAggregateFunction |
AggregateFunctions.mean |
A function that calculates the mean of the values in the column param
|
static NumericAggregateFunction |
AggregateFunctions.median |
|
static NumericAggregateFunction |
AggregateFunctions.min |
|
static NumericAggregateFunction |
AggregateFunctions.percentile90 |
|
static NumericAggregateFunction |
AggregateFunctions.percentile95 |
|
static NumericAggregateFunction |
AggregateFunctions.percentile99 |
|
static NumericAggregateFunction |
AggregateFunctions.populationVariance |
|
static NumericAggregateFunction |
AggregateFunctions.product |
|
static NumericAggregateFunction |
AggregateFunctions.quadraticMean |
Returns the quadratic mean, aka, the root-mean-square
|
static NumericAggregateFunction |
AggregateFunctions.quartile1 |
|
static NumericAggregateFunction |
AggregateFunctions.quartile3 |
|
static NumericAggregateFunction |
AggregateFunctions.range |
|
static NumericAggregateFunction |
AggregateFunctions.skewness |
|
static NumericAggregateFunction |
AggregateFunctions.standardDeviation |
|
static NumericAggregateFunction |
AggregateFunctions.stdDev |
|
static NumericAggregateFunction |
AggregateFunctions.sum |
A function that calculates the sum of the values in the column param
|
static NumericAggregateFunction |
AggregateFunctions.sumOfLogs |
|
static NumericAggregateFunction |
AggregateFunctions.sumOfSquares |
|
static NumericAggregateFunction |
AggregateFunctions.variance |
Copyright © 2018. All rights reserved.