Skip to main content

percentile

Function percentile 

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

Compute a percentile from sorted data using linear interpolation.