std_dev::percentile::cluster

Function percentile_default_pivot_by

source
pub fn percentile_default_pivot_by(
    values: &mut OwnedClusterList,
    target: impl OrderedListIndex,
    compare: &mut impl FnMut(f64, f64) -> Ordering,
) -> MeanValue<f64>
Expand description

Same as percentile_default_pivot but with a custom comparator function.