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 |