Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement q-digest algorithm #9

Merged
merged 16 commits into from Nov 3, 2017
Merged

Implement q-digest algorithm #9

merged 16 commits into from Nov 3, 2017

Conversation

gakhov
Copy link
Owner

@gakhov gakhov commented Nov 3, 2017

Quantile Digest, or q-digest, is a tree-based stream summary algorithm
that was proposed by Nisheeth Shrivastava, Subhash Suri et al. in
2004 in the context of monitoring distributed data
from sensors.

References

[1] Shrivastava, N., et al
Medians and Beyond: New Aggregation Techniques for Sensor Networks.
Proceedings of the 2nd International Conference on Embedded Networked Sensor Systems,
Baltimore, MD, USA - November 03–05, 2004, pp. 58–66, ACM New York, NY (2004)
https://www.inf.fu-berlin.de/lehre/WS11/Wireless/papers/AgrQdigest.pdf

@gakhov gakhov merged commit fa774ee into master Nov 3, 2017
@gakhov gakhov deleted the implement-qdigest branch November 3, 2017 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant