Skip to main content

percentile_f64

Function percentile_f64 

Source
fn percentile_f64(sorted: &[f64], p: f64) -> f64
Expand description

The pth percentile of an ascending series of f64, by the same interpolation quantile uses.