Skip to content

Commit 940ecaf

Browse files
authored
Document "mode" as a group transform aggregation method (#980)
1 parent 08d3311 commit 940ecaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,6 +1784,7 @@ The following aggregation methods are supported:
17841784
* *max-index* - the zero-based index of the maximum value
17851785
* *mean* - the mean value (average)
17861786
* *median* - the median value
1787+
* *mode* - the value with the most occurrences
17871788
* *pXX* - the percentile value, where XX is a number in [00,99]
17881789
* *deviation* - the standard deviation
17891790
* *variance* - the variance per [Welford’s algorithm](https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Welford's_online_algorithm)

0 commit comments

Comments
 (0)