t-digest icon indicating copy to clipboard operation
t-digest copied to clipboard

t-digest in Rust

Results 3 t-digest issues
Sort by recently updated
recently updated
newest added

Hey folks, I've added a new cdf method to the TDigest struct. Now, you can easily figure out the cumulative distribution function for any value. This means you can see...

I want to use t-digest to get online statistics where the statistic is updated every run. I can't collect the data into a vector because it might be too big...

* add benchmark for tdigest merge * update ordered-float dependency * add OnlineTdigest # Background I want to use t-digests with grpc services. In a service rpc handler, you typically...