StreamQuantileUtils constructor
StreamQuantileUtils(
- double p
Creates an estimator for the quantile at p, where p ranges from 0 to 1
(e.g. 0.5 for the median).
Implementation
StreamQuantileUtils(double p) : _p = p;