Re: [statistics] Java 8 and summary statistics

2018-01-31 Thread Gilles
Hi Eric. On Wed, 31 Jan 2018 10:17:48 +0100, Eric Barnhill wrote: If we are going to target Java 8 with commons-statistics, then we should make use of the built in DoubleSummaryStatistics() ( https://docs.oracle.com/javase/8/docs/api/java/util/DoubleSummaryStatistics.html) class, related clas

[statistics] Java 8 and summary statistics

2018-01-31 Thread Eric Barnhill
If we are going to target Java 8 with commons-statistics, then we should make use of the built in DoubleSummaryStatistics() ( https://docs.oracle.com/javase/8/docs/api/java/util/DoubleSummaryStatistics.html) class, related classes for other numeric types, and related interfaces in the Collectors()