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.
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
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
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
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