pub fn percentile_rand(
    values: &mut OwnedClusterList,
    target: impl OrderedListIndex
) -> MeanValue<f64>
Available on crate feature percentile-rand only.
Expand description

Convenience function for percentile with pivot_fn::rand.