pub fn percentile_range_py( data: &Bound<'_, PyArray1<f64>>, lower_pct: f64, upper_pct: f64, interpolation: &str, ) -> PyResult<f64>
Compute the range between two percentiles