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 3afb93d STATISTICS-81: Add aggregate statistics for int and long new 25609c1 Avoid use of Math.pow(x, 2) new 3b13c1e Refactor DoubleStatistics API to be consistent with IntStatistics new 33bd58f Use descriptive module to compute statistics 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: .../statistics/descriptive/DoubleStatistics.java | 31 +++-- .../descriptive/DoubleStatisticsTest.java | 108 +++++++-------- .../statistics/descriptive/UserGuideTest.java | 38 +++--- commons-statistics-inference/pom.xml | 6 + .../statistics/inference/ChiSquareTest.java | 3 +- .../apache/commons/statistics/inference/GTest.java | 3 +- .../commons/statistics/inference/OneWayAnova.java | 16 ++- .../statistics/inference/StatisticUtils.java | 149 +++++---------------- .../apache/commons/statistics/inference/TTest.java | 31 +++-- .../statistics/inference/StatisticUtilsTest.java | 71 +++------- .../commons/statistics/inference/TTestTest.java | 30 +++-- 11 files changed, 203 insertions(+), 283 deletions(-)