Skip to main content

Quantile

Type Alias Quantile 

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

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

Aliased Typeยง

pub struct Quantile { /* private fields */ }