Re: [Statistics] BigDecimalStatistics proposition

2019-05-21 Thread Gilles Sadowski
Hello. Le mar. 21 mai 2019 à 00:20, Aleksander Ściborek a écrit : > > Hi > > >Hence my question: Do you have use-cases? (Your own, or reference > >to other libraries that use types similar to "BigDecimal" in the way you > >propose to be implemented here.) > > My idea is to use that API in

Re: [Statistics] BigDecimalStatistics proposition

2019-05-20 Thread Aleksander Ściborek
Hi >Hence my question: Do you have use-cases? (Your own, or reference >to other libraries that use types similar to "BigDecimal" in the way you >propose to be implemented here.) My idea is to use that API in similar way: https://pastebin.com/HGcKwv3V >Yes, but that "package" does not exist

Re: [Statistics] BigDecimalStatistics proposition

2019-05-17 Thread Gilles Sadowski
Hi. Le ven. 17 mai 2019 à 15:13, Aleksander Ściborek a écrit : > > Hi, > > >How is the "null" consideration related to the functionality of performing > an average, and other operations? > > I just don't know why they haven't implement anything like that for > BigDecimal or BigInteger,

Re: [Statistics] BigDecimalStatistics proposition

2019-05-17 Thread Aleksander Ściborek
Hi, >How is the "null" consideration related to the functionality of performing an average, and other operations? I just don't know why they haven't implement anything like that for BigDecimal or BigInteger, especially it's for my strange because BigDecimal is a convenient type for financial

Re: [Statistics] BigDecimalStatistics proposition

2019-05-17 Thread Gilles Sadowski
Hello. Le ven. 17 mai 2019 à 14:40, Aleksander Ściborek a écrit : > > Hi, I don't know why there is not such a class in JDK. Maybe because > BigDecimal and BigInteger are objects not primitives therefore they can > have null value. How is the "null" consideration related to the functionality of

Re: [Statistics] BigDecimalStatistics proposition

2019-05-17 Thread Aleksander Ściborek
Hi, I don't know why there is not such a class in JDK. Maybe because BigDecimal and BigInteger are objects not primitives therefore they can have null value. I believe that that package should contains BigDecimalStatistics, BigIntegerStatistics and tools for downstreams collectors in order to

Re: [Statistics] BigDecimalStatistics proposition

2019-05-17 Thread Gilles Sadowski
Hello. Le ven. 17 mai 2019 à 12:14, Aleksander Ściborek a écrit : > > Hi, > Right now I'm going to minic IntSummaryStatistics. Orginal idea had been to > create a BigDecimalAverager just for calculate an average in functional > style, but after I saw IntSummaryStatistics from JDK i deciced to

Re: [Statistics] BigDecimalStatistics proposition

2019-05-17 Thread Aleksander Ściborek
Hi, Right now I'm going to minic IntSummaryStatistics. Orginal idea had been to create a BigDecimalAverager just for calculate an average in functional style, but after I saw IntSummaryStatistics from JDK i deciced to exdends functionality. Regards, Aleksander On Fri, 17 May 2019 at 00:24,