pub fn percentile_default_pivot(
values: &mut OwnedClusterList,
target: impl OrderedListIndex,
) -> MeanValue<f64>Expand description
Get the value at target in values.
Uses the best method available (percentile_rand if feature percentile-rand is enabled,
else pivot_fn::middle)