Ruby T-Digest 0.1.0
Features
- Ability to add two tdigests using
+
operator or merge to existing usingmerge!
method (@bwahlgreen) - Autimatically
compress!
when above threshold, as per Java implementation. (@bwahlgreen)
Changes
size
now reports number of observations instead of number of centroids. If you want number of centroids you callcentroids.size
instead.