Description
Provides online accumulation of rank-based statistics using t-digest style data structures. This helps estimate quantiles and percentiles from streaming data without storing every sample.
It is useful for telemetry, latency tracking, monitoring, analytics, and large data streams. It is a developer library and the accuracy depends on chosen parameters and input distribution.