median (data &key start end key)Returns the median of the subsequence of data' from start' to end', using<br> key'. The median is just the 0.5 quantile, and so this function returns thesame values as the `quantile' function.
data' from
end', using<br>