dask / dask/crick

More statistics from tdigest

Open
#18 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
27
Forks
20
PR merge metrics
No merged PRs in 30d

Description

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)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.