Returns the mean of all values added to the digest.

Synopsis

Declared in <folly/stats/TDigest.h>

double
mean() const;

Return Value

The arithmetic mean, or zero when the digest is empty.

Created with MrDocs