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

Which TDigest do you recommend? #63

Closed
adaviding opened this issue Feb 27, 2016 · 2 comments
Closed

Which TDigest do you recommend? #63

adaviding opened this issue Feb 27, 2016 · 2 comments

Comments

@adaviding
Copy link

It looks like you have 4 kinds of TDigest in this codebase.

  • AVLTreeDigest
  • ArrayDigest
  • MergingDigest
  • TreeDigest

I cannot tell which implementation is the most highly recommended. Do you have a suggestion?

I am building a MapReduce job using Apache Spark.

@adaviding
Copy link
Author

Nevermind.

I just saw the comments to the method TDigest.createDigest. In these comments, you have identified the AVLTreeDigest.

@tdunning
Copy link
Owner

Actually, you should call createDigest to create a digest. That will give you an instance of the current best kind of t-digest.

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

No branches or pull requests

2 participants