We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d3311 commit 940ecafCopy full SHA for 940ecaf
README.md
@@ -1784,6 +1784,7 @@ The following aggregation methods are supported:
1784
* *max-index* - the zero-based index of the maximum value
1785
* *mean* - the mean value (average)
1786
* *median* - the median value
1787
+* *mode* - the value with the most occurrences
1788
* *pXX* - the percentile value, where XX is a number in [00,99]
1789
* *deviation* - the standard deviation
1790
* *variance* - the variance per [Welford’s algorithm](https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Welford's_online_algorithm)
0 commit comments