Re: [geometry] Initial Project Structure

2018-04-13 Thread Matt Juntunen
Hi Gilles, That's actually really close to what I ended up with after I started moving the code over. I currently have * commons-geometry-core * commons-geometry-euclidean * commons-geometry-spherical * commons-geometry-hull * commons-geometry-enclosing So, it's basically

[Numbers] Benchmark GSoC project (Was: Google Summer of Code)

2018-04-13 Thread Gilles
Hi. [As the mailing list is shared by many projects, don't forget to prefix posts with a component's "identifier".] On Tue, 10 Apr 2018 19:00:14 -0400, Brian Driscoll wrote: Greg, I'm sending this email to help explain Gilles response to your GSoC project and what you should send in response.

Re: [Statistics] Port codes from Commons Math

2018-04-13 Thread Eric Barnhill
A further comment: L1-type statistics such as median and quantiles can also be included in the API by using the stream.sorted() method to sort the stream first. While it is true medians can be in the aggregate sped up by partitioning algorithms, I think making use of built-in methods like