Name | Description | Supported Type | Additional Parameters |
---|---|---|---|
avg | Calculates the average (mean) | All numeric types | |
corr | Determines the correlation between two input fields | All numeric types | |
count | Counts the number of rows within a group | All types | sample - specifies if the field data is from a sample or full population. |
covar | Calculates the covariance of two input fields | All numeric types | |
geoAvg | Calculates the geometric average | All numeric types | |
harmAvg | Calculates the harmonic average | All numeric types | |
kurtosis | Calculates the kurtosis measure | All numeric types | sample - specifies if the field data is from a sample or full population. |
max | Determines the maximum value | All types | |
min | Determines the minimum value | All types | |
moment | Calculates the central moment | All numeric types | k - specifies the moment to calculate |
skewness | Measures the skewness of the field data | All numeric types | sample - specifies if the field data is from a sample or full population. |
stddev | Calculates the standard deviation | All numeric types | sample - specifies if the field data is from a sample or full population. |
sum | Summation of the field data | All numeric types | |
sumSquares | Calculates the sum of squares | All numeric types | |
var | Calculates the variance of the field data | All numeric types | sample - specifies if the field data is from a sample or full population |