More statistics from tdigest
Open
- 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
Assessment
This issue has not been assessed yet.