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 022a8bd  Replace Double.min/max with Math.min/max functions
     new 0443768  Refactor two-pass algorithm to FirstMoment
     new a0a258e  Refactor two-pass algorithm to SumOfSquaredDeviations
     new 9b05092  Lower test tolerance due to failure in the random order test

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/FirstMoment.java        | 71 ++++++++++++----
 .../commons/statistics/descriptive/Mean.java       | 54 ++----------
 .../commons/statistics/descriptive/Statistics.java |  3 +-
 .../descriptive/SumOfSquaredDeviations.java        | 96 +++++++++++++++++-----
 .../commons/statistics/descriptive/Variance.java   | 67 +++------------
 .../statistics/descriptive/VarianceTest.java       |  2 +-
 6 files changed, 152 insertions(+), 141 deletions(-)

Reply via email to