leerho opened a new pull request, #436:
URL: https://github.com/apache/datasketches-java/pull/436

   getQuantiles(evenlySpaced).
   
   The general method in QuantilesUtil.evenlySpacedFloats which is used in 
several places in the library was also being used in the 
getQuantiles(evenlySpaced) method.  It turns out that for the getQuantiles, the 
evenlySpaced algo must omit 0.0, which the general method does not.  It really 
needs its own generator for the evenly spaced ranks.
   
   Given that I fixed this issue, the documentation was also not correct, so 
the javadocs had to be revised, again.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to