Skip to content

derrickburns/tdigest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tdigest

This is an implementation of Ted Dunning's Merging 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).

About

C++ version of Ted Dunning's merging t-digest

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published