Closed ghost closed 4 years ago
OK straightforward, Can you update the header of the example to match reality?
I notice that
float RunningMedian::getQuantile(float q) ```
does not check the range of q (between 0 and 1)
Should be fixed too I guess to prevent "strange" results
Done that
Thanks, looking good
5% quantile example