QuantileEstimator
Summary: Introduces two QuantileEstimators. Both estimators use the TDigest for estimating quantiles, and giving accurate sum, count, and mean. One estimator uses a single digest, and the other uses a SlidingWindow of 60 digests. All writes to the data structure are buffered for 1 second. Reviewed By: anakryiko Differential Revision: D7645824 fbshipit-source-id: 4f1f2c25388c3280f148591502449f857c6467d3
Showing
Please register or sign in to comment