Hi all, I was working on an issue for which I needed to use *only* a percentile for some recorded stats. Initially I used SynchronizedDescriptiveStatistics [0] from commons-math3 [1], but then I thought that adding this dependency would be too much for such a simple use case.
Now my question is this: do we have a simple percentile implementation in Oak (I didn't find one)? If not, would you recommend writing my own or adapting/extracting an existing one in a utility class? Regards, Andrei [0] http://commons.apache.org/proper/commons-math/javadocs/api-3.3/org/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics.html [1] http://commons.apache.org/proper/commons-math/
