Data structure which allows accurate estimation of quantiles and related rank statistics.
<dependency>
<groupId>com.tdunning</groupId>
<artifactId>t-digest</artifactId>
<version>2.0.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a T-Digest, adds data points, and estimates the median.
Use a compression value between 100 and 200 for typical use cases.
No dependency data recorded yet.