Re: [Lang] BigDecimalStatistics proposition

2019-05-16 Thread Gilles Sadowski
Hi. Le jeu. 16 mai 2019 à 22:45, Aleksander Ściborek a écrit : > > Should I create a new Maven commons-statistics submodule for this? [If the current idea is put the functionality in "Commons Statistics", you should change this thread's "Subject:" line.] Then, yes, there should be a new module.

Re: [Lang] BigDecimalStatistics proposition

2019-05-16 Thread Aleksander Ściborek
Should I create a new Maven commons-statistics submodule for this? Besides the BigDecimalStatistics I'm going to create support for downstream operators for BigDecimals and maybe BigIntegers. On Wed, 15 May 2019 at 03:36, Eric Barnhill wrote: > Yes. This sounds great for commons-statistics. Othe

Re: [Lang] BigDecimalStatistics proposition

2019-05-14 Thread Eric Barnhill
Yes. This sounds great for commons-statistics. Other work in a similar vein will be happening this summer by one of our GSOC mentees. On Tue, May 14, 2019, 15:04 Gary Gregory wrote: > We have a Commons Statistics component that might be a fit. > > Gary > > On Tue, May 14, 2019, 17:34 Aleksander

Re: [Lang] BigDecimalStatistics proposition

2019-05-14 Thread Gary Gregory
We have a Commons Statistics component that might be a fit. Gary On Tue, May 14, 2019, 17:34 Aleksander Ściborek < aleksanderscibo...@gmail.com> wrote: > Hi, I've come up with the idea of making easier using Stream with > BigDecimal class. > The idea is to create BigDecimalStatistics class which

[Lang] BigDecimalStatistics proposition

2019-05-14 Thread Aleksander Ściborek
Hi, I've come up with the idea of making easier using Stream with BigDecimal class. The idea is to create BigDecimalStatistics class which provide a convenient way for calculating max, min, average and sum from BigDecimals from Stream. I think that it's very suitable for commons library. Should it