t-digest
t-digest copied to clipboard
t-digest in Rust
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...