Skip to content

Commit

Permalink
Document "mode" as a group transform aggregation method (observablehq…
Browse files Browse the repository at this point in the history
  • Loading branch information
kentr authored Jul 11, 2022
1 parent 08d3311 commit 940ecaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1784,6 +1784,7 @@ The following aggregation methods are supported:
* *max-index* - the zero-based index of the maximum value
* *mean* - the mean value (average)
* *median* - the median value
* *mode* - the value with the most occurrences
* *pXX* - the percentile value, where XX is a number in [00,99]
* *deviation* - the standard deviation
* *variance* - the variance per [Welford’s algorithm](https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Welford's_online_algorithm)
Expand Down

0 comments on commit 940ecaf

Please sign in to comment.