pub struct PercentilesOutput { pub median: f64, pub lower_quadrille: Option<f64>, pub higher_quadrille: Option<f64>, }
Returned from percentiles_cluster and similar functions.
percentiles_cluster
median: f64
lower_quadrille: