Calculates the mode of a list of numbers.
The mode is the number that appears most frequently in the list. If multiple numbers have the same highest frequency, all of them are returned.
Array of numbers
Mode of the numbers (can be multiple values)
https://en.wikipedia.org/wiki/Mode_(statistics)
Calculates the mode of a list of numbers.
The mode is the number that appears most frequently in the list. If multiple numbers have the same highest frequency, all of them are returned.