Skip to main content

percentile

Function percentile 

pub fn percentile(
    values: &[f64],
    percentile: f64,
) -> Result<f64, PercentileError>