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 868dd70  STATISTICS-81: Add integer standard deviation implementation
     new 60adc60  Add Skewness/Kurtosis to performance test
     new 5c729a6  Use the double value of n
     new dec2278  Refactor division for the integer mean

The 3 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:
 .../commons/statistics/descriptive/IntMath.java    | 20 +++++++++
 .../commons/statistics/descriptive/IntMean.java    |  5 +--
 .../commons/statistics/descriptive/LongMean.java   |  5 +--
 .../descriptive/SumOfFourthDeviations.java         |  2 +-
 .../statistics/descriptive/IntMathTest.java        | 31 +++++++++++++
 .../commons/statistics/descriptive/TestHelper.java |  2 +
 .../jmh/descriptive/IntMomentPerformance.java      | 52 ++++++++++++++++++++--
 src/conf/checkstyle/checkstyle-suppressions.xml    |  2 +-
 8 files changed, 107 insertions(+), 12 deletions(-)

Reply via email to