60 std::vector<double> bins;
A sketch data structure for approximate quantile estimation.
Definition: kll.h:21
void update(double value)
Updates the sketch with a new data point.
Definition: kll.cpp:24
double getQuantile(double quantile)
Estimates the quantile of the data stream represented by the sketch.
Definition: kll.cpp:41