Pudu programming language
Menu
API reference

Std.Stats.percentile

1 declaration

fn

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

The value at percentile rank (0 to 100), interpolating linearly between neighbouring order statistics.

None for an empty sample or a rank outside 0 to 100.

Back to Std.StatsSearch related declarations