Skip to main content

percentile_range_py

Function percentile_range_py 

Source
pub fn percentile_range_py(
    data: &Bound<'_, PyArray1<f64>>,
    lower_pct: f64,
    upper_pct: f64,
    interpolation: &str,
) -> PyResult<f64>
Expand description

Compute the range between two percentiles