Available Functions : Using Core Functions : Statistics Functions
 
Share this page                  
Statistics Functions
The Statistic category provides implementations of common statistical functions. These functions are for calculating aggregations within the fields of a record. To calculate aggregations over an entire data set, use Using the Group Operator to Compute Aggregations instead.
Function Name
Description
Output Type
Parameters
Statistics.avg
Calculates the average of the input values.
double
Input values to average
Statistics.wavg
Calculates the weighted average of the input values.
double
Input values to average
Weights for input values