quantile_impl

Function quantile_impl 

Source
pub(crate) fn quantile_impl(values: &[f64], quantile: f64) -> Option<f64>
Expand description