The average function allows for calculating average values for grouped data sets. By grouping input values into sets of N elements, you can easily calculate the average value for each group, providing a more detailed view of your data.
Average Grouping
The image shows the average function calculated for each group of 2 consequent 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.