Example #1
0
 public long getQuantile(double q) {
   return quantiles.getQuantile(q);
 }