- Notifications
You must be signed in to change notification settings - Fork7
C++ version of Ted Dunning's merging t-digest
License
NotificationsYou must be signed in to change notification settings
derrickburns/tdigest
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is an implementation of Ted Dunning'sMerging T-Digest.
This implementation batches all inserts, including merges. This is an improvement over the original implementation where merges require sorting of all points on each merge.
This implementation does not support storing the incoming data with each centroid, (since obviously that is for testing).