pub fn percentile_rand<T: Ord + Clone>(
values: &mut [T],
target: impl OrderedListIndex,
) -> MeanValue<T>Available on crate feature
percentile-rand only.Expand description
Convenience function for percentile with pivot_fn::rand.