Looks interesting.  Any indication whether it supports MAD (median absolute 
deviation) for outlier detection?


On 2/21/17, 8:08 AM, "Nick Allen" <n...@nickallen.org> wrote:

    We currently use the tdunning/t-digest
    <https://github.com/tdunning/t-digest> library for generating our STATS_*
    sketches and then a separate library addthis/stream-lib
    <https://github.com/addthis/stream-lib> for doing the HLL distinct count.
    
    I ran across another library originating from Yahoo that looks quite
    featureful, well documented and quite active.  On the surface it *seems* to
    be able to do what we need for both the STATS_* sketches and HLL.
    
    https://datasketches.github.io/
    
    
    Has anyone evaluated this library before?  Are there deficiencies as
    compared to the libraries that we currently use?
    


Reply via email to