Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
criterion_stats::univariate::Percentiles - Rust
[go: Go Back, main page]

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]

[src]

Returns the percentile at p%

Panics

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

[src]

Returns the interquartile range

[src]

Returns the 50th percentile

[src]

Returns the 25th, 50th and 75th percentiles