• Marc Celani's avatar
    QuantileEstimator · 69286490
    Marc Celani authored
    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
    69286490
CMakeLists.txt 28.4 KB