This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git
from c6e4a25 Update test tolerances.
new 79cf97b STATISTICS-71: Add SumOfSquares statistic
new c5d9488 Test product with non-finite values and zero/non-zero
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../descriptive/{Sum.java => SumOfSquares.java} | 46 ++++++++++++----------
.../descriptive/BaseDoubleStatisticTest.java | 20 +++++-----
.../statistics/descriptive/ProductTest.java | 3 ++
.../{ProductTest.java => SumOfSquaresTest.java} | 38 ++++++++++++------
4 files changed, 63 insertions(+), 44 deletions(-)
copy
commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/{Sum.java
=> SumOfSquares.java} (71%)
copy
commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/{ProductTest.java
=> SumOfSquaresTest.java} (53%)