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

More statistics from tdigest #18

Open
4 tasks
jcrist opened this issue Feb 21, 2018 · 0 comments
Open
4 tasks

More statistics from tdigest #18

jcrist opened this issue Feb 21, 2018 · 0 comments

Comments

@jcrist
Copy link
Member

jcrist commented Feb 21, 2018

There are a few more statistics we could be getting out of a tdigest:

  • sum (exact. Defined as sum of the values)
  • count (exact. Available currently as size, defined as sum of the weights)
  • mean (exact. Defined as sum/count, equal to mean if of values if all weights are 1)
  • trimmed_mean (approximate. See paper)
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

1 participant