StreamQuantileUtils constructor

StreamQuantileUtils(
  1. double p
)

Creates an estimator for the quantile at p, where p ranges from 0 to 1 (e.g. 0.5 for the median). Audited: 2026-06-12 11:26 EDT

Implementation

StreamQuantileUtils(double p) : _p = p;