median

Signature

median(x: ArrayLike) -> float

median returns the median of a numeric sample after validating the input shape and finiteness.

This page collects quick access to the function. Details are in Overview, while How it works is prepared as a separate subpage.