Function Median

Part of:

package cl-mathstats
( median &rest < args > )

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