The Min, Max, Average, and Sum functions divide input values into groups of N elements and calculate the minimum, maximum, average, or sum for each group.
Min, Max, Average and Sum Functions support grouping of the input values - in this way a result value is calculated for every group of N elements, and not for the whole input data series.
Average Grouping
The image shows the average function calculated for each group of 2 consecutive data points.
Max
The image shows the maximum function applied to the entire data set.
Minimum Grouped
The image shows a chart where the Min function is computed for every 3 values.
Sum
The image shows the Sum function applied to the entire set of input data.
Sum of Positive and Negative Values
The image shows how the sum function works on a data set that contains both positive and negative values.