class |
ArrayStatistic |
Pushes the numeric column through the specified array statistic.
|
class |
IQR |
Calculates the IQR (interquartile range) for a numeric column.
|
class |
Max |
Calculates the max for a numeric column.
|
class |
Mean |
Calculates the mean for a numeric column.
|
class |
Median |
Calculates the median for a numeric column.
|
class |
Min |
Calculates the min for a numeric column.
|
class |
Percentile |
Calculates the specified percentile.
|
class |
SignalToNoiseRatio |
Calculates the signal to noise ratio for a numeric column.
For more information, see:
WikiPedia.
|
class |
StandardDeviation |
Calculates the standard deviation (population or sample).
|
class |
Sum |
Calculates the sum for a numeric column.
|