pub fn naive_percentile_by(
values: &mut OwnedClusterList,
target: impl OrderedListIndex,
compare: &mut impl FnMut(f64, f64) -> Ordering,
) -> MeanValue<f64>
Expand description
Same as naive_percentile
but with a custom comparator function.