public class AggregateFunctions extends Object
Constructor and Description |
---|
AggregateFunctions() |
Modifier and Type | Method and Description |
---|---|
static double |
meanDifference(FloatColumn column1,
FloatColumn column2) |
static double |
percentile(double[] data,
double percentile) |
static double |
sumDifference(FloatColumn column1,
FloatColumn column2) |
public static AggregateFunction first
public static AggregateFunction last
public static AggregateFunction count
public static AggregateFunction mean
public static AggregateFunction sum
public static AggregateFunction median
public static AggregateFunction n
public static AggregateFunction quartile1
public static AggregateFunction quartile3
public static AggregateFunction percentile90
public static AggregateFunction percentile95
public static AggregateFunction percentile99
public static AggregateFunction range
public static AggregateFunction min
public static AggregateFunction max
public static AggregateFunction product
public static AggregateFunction geometricMean
public static AggregateFunction populationVariance
public static AggregateFunction quadraticMean
public static AggregateFunction kurtosis
public static AggregateFunction skewness
public static AggregateFunction sumOfSquares
public static AggregateFunction sumOfLogs
public static AggregateFunction variance
public static AggregateFunction stdDev
public static double percentile(double[] data, double percentile)
public static double meanDifference(FloatColumn column1, FloatColumn column2)
public static double sumDifference(FloatColumn column1, FloatColumn column2)
Copyright © 2018. All rights reserved.