stats_mode
Find the mode (most frequent value) in a list
stats_mode(
values
) -> NUMBER
Find the mode (most frequent value) in a list
Syntaxe
var mode = stats_mode([10, 5, 20, 5, 15]);
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
values | yes | - | List of numbers |