Calculate the median of funed values. The elements of values are passed to fun before calculating the median. This removes the necessity of creating a proxy range.
Median of range or undefined iff values is empty.
See Implementation
Calculate the median of funed values. The elements of values are passed to fun before calculating the median. This removes the necessity of creating a proxy range.