Struct criterion_stats::univariate::Percentiles[][src]

pub struct Percentiles<A>(_)
where
    A: Float
;

A "view" into the percentiles of a sample

Methods

impl<A> Percentiles<A> where
    A: Float,
    usize: From<A, Output = Result<usize, Error>>, 
[src]

Returns the percentile at p%

Panics

Panics if p is outside the closed [0, 100] range

Returns the interquartile range

Returns the 50th percentile

Returns the 25th, 50th and 75th percentiles

Auto Trait Implementations

impl<A> Send for Percentiles<A>

impl<A> Sync for Percentiles<A>