.NET Implementation of the T-Digest quantile estimation algorithm. Useful for calculating Quantiles or Percentiles from streaming data, or data-sets that are too large to store in memory and sort, which is required to calculate the true quantile.
Stars
25
Forks
8
Watchers
25
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
11
commits
Merge branch 'master' of https://github.com/quantumtunneling/T-Digest.NET
174450dView on GitHubUpdate Namespace to prevent collisions between namespace and TDigest class
ca94148View on GitHub