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 9d116ce  Javadoc corrections
     new 90e0ae3  Add random test case data for integer sum statistics
     new b560d2a  STATISTICS-81: Add integer sum of squares implementation

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:
 .../{IntSum.java => IntSumOfSquares.java}          | 111 ++++++++++++---------
 .../{IntSum.java => LongSumOfSquares.java}         |  90 ++++++++---------
 .../commons/statistics/descriptive/UInt128.java    |  25 +++++
 .../commons/statistics/descriptive/UInt192.java    |  25 +++++
 .../{IntSumTest.java => IntSumOfSquaresTest.java}  |  36 ++++---
 .../commons/statistics/descriptive/IntSumTest.java |  14 ++-
 ...{LongSumTest.java => LongSumOfSquaresTest.java} |  37 ++++---
 .../statistics/descriptive/LongSumTest.java        |  14 ++-
 .../commons/statistics/descriptive/TestHelper.java |   3 +-
 .../statistics/descriptive/UInt128Test.java        |  35 +++++++
 .../statistics/descriptive/UInt192Test.java        |  51 ++++++++++
 11 files changed, 315 insertions(+), 126 deletions(-)
 copy 
commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/{IntSum.java
 => IntSumOfSquares.java} (57%)
 copy 
commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/{IntSum.java
 => LongSumOfSquares.java} (65%)
 copy 
commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/{IntSumTest.java
 => IntSumOfSquaresTest.java} (71%)
 copy 
commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/{LongSumTest.java
 => LongSumOfSquaresTest.java} (70%)

Reply via email to