Struct streaming_harness_hdrhist::HDRHist[][src]

pub struct HDRHist { /* fields omitted */ }

Methods

impl HDRHist
[src]

impl HDRHist
[src]

New HDRHist

Output the complementary cumulative distribution function (ccdf) of the samples

Returns an iterator over increasing sample values such that, for every triple (value, prob, count), prob is the ratio of samples >= value, and count is the nubmer of samples >= the previous value and < the current value.

Output a summary of the samples' cdf as (quantile, value) pairs

Quantiles are estimated

Output a summary of the samples' cdf as (quantile, value) pairs

Quantiles are estimated

Trait Implementations

impl Clone for HDRHist
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HDRHist
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for HDRHist

impl Sync for HDRHist