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
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()