math:median( $arg as xs:double* ) as xs:double?
Returns the median of a sequence of values. The function returns the empty sequence if the input is the empty sequence.
Parameters | |
---|---|
arg | The sequence of values. |
math:median((2, 3, 1, 1.1, 2.2, 4)) => 2.1