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 0a965fc Update test tolerances. new 9d3c178 STATISTICS-39: Update Gamma distribution to use Number's gamma new 13f0c30 STATISTICS-39: Update chisq distribution tests 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: .../statistics/distribution/GammaDistribution.java | 151 +- .../BaseContinuousDistributionTest.java | 20 +- .../distribution/ChiSquaredDistributionTest.java | 2 +- .../distribution/GammaDistributionTest.java | 79 +- .../distribution/gamma-distribution-shape-0.25.csv | 1039 +++ .../distribution/gamma-distribution-shape-0.5.csv | 1295 ++++ .../distribution/gamma-distribution-shape-0.75.csv | 1167 ++++ .../distribution/gamma-distribution-shape-1.csv | 6400 +++++++++---------- .../distribution/gamma-distribution-shape-10.csv | 800 +-- .../distribution/gamma-distribution-shape-100.csv | 786 +-- .../distribution/gamma-distribution-shape-1000.csv | 6620 ++++++++++---------- .../distribution/gamma-distribution-shape-142.csv | 1520 ++--- .../distribution/gamma-distribution-shape-8.csv | 6400 +++++++++---------- .../statistics/distribution/gamma-distribution.mac | 94 +- .../distribution/test.chisquared.2.properties | 11 +- .../distribution/test.chisquared.3.properties | 2 +- .../distribution/test.chisquared.4.properties | 6 +- .../distribution/test.gamma.1.properties | 2 +- 18 files changed, 14922 insertions(+), 11472 deletions(-) create mode 100644 commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/gamma-distribution-shape-0.25.csv create mode 100644 commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/gamma-distribution-shape-0.5.csv create mode 100644 commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/gamma-distribution-shape-0.75.csv