pub fn percentile_f<T: Float + Copy>( d: &[T], m: Option<&Bitmask>, null_count: Option<usize>, p: f64, sort: bool, ) -> Option<T>
Computes percentile for float types, optionally sorted.