median
-
function
-
returns the statistical median of a list of numbers
-
Examples: +
put the median of [4,12,8,999,42] —> 12
-
Related: average, sum
function
returns the statistical median of a list of numbers
Examples: +
put the median of [4,12,8,999,42] —> 12
Related: average, sum