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

A “view” into the percentiles of a sample

Implementations§

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§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.