Re: [math][statistics] StatUtils

2018-01-04 Thread Sergio Fernández
Me neither. But, on the other hand, is not StringUtils the most used class across all the Commons components? Just to understand how people will actually make use of the new library. On Jan 5, 2018 02:35, "Gary Gregory" wrote: I am not a fan of call classes SomethingUtils, it feels like a cop ou

Re: [math][statistics] StatUtils

2018-01-04 Thread Gary Gregory
I am not a fan of call classes SomethingUtils, it feels like a cop out. Gary On Jan 4, 2018 5:55 PM, "Gilles" wrote: > On Thu, 4 Jan 2018 17:25:17 -0700, Gary Gregory wrote: > >> Hi All, >> >> I'm not sure where we are WRT [math] spawning [statistics] but it would be >> nice if the StatUtils cl

Re: [math][statistics] StatUtils

2018-01-04 Thread Gilles
On Thu, 4 Jan 2018 17:25:17 -0700, Gary Gregory wrote: Hi All, I'm not sure where we are WRT [math] spawning [statistics] but it would be nice if the StatUtils classs would work with Objects like java.time.Duration, as in StatUtils.mean(Duration[]) Waiting for JIRA to be set up: https://i

[math][statistics] StatUtils

2018-01-04 Thread Gary Gregory
Hi All, I'm not sure where we are WRT [math] spawning [statistics] but it would be nice if the StatUtils classs would work with Objects like java.time.Duration, as in StatUtils.mean(Duration[]) Gary