Pudu programming language
Menu
API reference

Std.Stats.median

1 declaration

fn

median: &Array[Float64] -> Option[Float64]

The middle value of the sorted sample, averaging the two middle values of an even-length sample.

Back to Std.StatsSearch related declarations