Skip to main content

Quantile

Type Alias Quantile 

Source
pub type Quantile<const WIN_SIZE: usize> = Quantile<f32, WIN_SIZE>;
Available on crate features libm or std only.
Expand description

Quantile for f32 data, backed by stack-allocated arrays.

Aliased Typeยง

pub struct Quantile<const WIN_SIZE: usize> { /* private fields */ }