.FloatArrayStat.Median (gb.gsl)
Function Median ( [ Sorted As Boolean ] ) As Float
Return the median value of the array data.
-
If Sorted is
TRUE
, then the array is supposed to be sorted. Otherwise an internal copy of the array is made and then sorted to compute the median value.
See also