Estimate the given quantiles over the buffered data.

Synopsis

Declared in <folly/stats/QuantileEstimator.h>

QuantileEstimates
estimateQuantiles(
    Range<double const*> quantiles,
    TimePoint now = ClockT::now());

Return Value

The estimated quantiles and summary statistics.

Parameters

Name

Description

quantiles

The quantiles to estimate, each in the range [0, 1].

now

The time at which to estimate the quantiles.

Created with MrDocs