Re: [geometry] Initial Project Structure

2018-04-14 Thread Gilles
On Sat, 14 Apr 2018 10:46:40 -0400, Rob Tompkins wrote: On Apr 14, 2018, at 9:00 AM, Gilles wrote: Hello. On Sat, 14 Apr 2018 04:24:35 +, Matt Juntunen wrote: Hi Gilles, That's actually really close to what I ended up with after I started moving the code over. I currently have * c

Re: [geometry] Initial Project Structure

2018-04-14 Thread Rob Tompkins
> On Apr 14, 2018, at 9:00 AM, Gilles wrote: > > Hello. > > On Sat, 14 Apr 2018 04:24:35 +, Matt Juntunen wrote: >> 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 >> * com

Re: [geometry] Initial Project Structure

2018-04-14 Thread Gilles
Hello. On Sat, 14 Apr 2018 04:24:35 +, Matt Juntunen wrote: 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-geo

Re: [Statistics] Port codes from Commons Math

2018-04-14 Thread Gimhana Nadeeshan
Hello devs, *Covariance stats= > > IntStream.of(1,2,3).collect(Covariance::new,Covariance:: > accept,Covariance::combine);* > > > Can you explain a bit more what is happening with the method references > "accept" and "combine"? > The mutable reduction operation - collect() accumulates input eleme