Skip to main content

Quantile

Type Alias Quantile 

Source
pub type Quantile = Quantile<f64>;
Available on crate features alloc or std only.
Expand description

Quantile for f64 data, backed by heap-allocated Vecs.

Aliased Typeยง

pub struct Quantile { /* private fields */ }