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 a02f78c Remove non-applicable RNG components from the LICENSE
new 62829a2 STATISTICS-46: Update the truncated normal computation of
moments
new b5679b5 STATISTICS-38: Remove configurable epsilon and iterations
new 0a965fc Update test tolerances.
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:
LICENSE | 35 ++
NOTICE | 5 +
commons-statistics-distribution/LICENSE | 35 ++
commons-statistics-distribution/NOTICE | 5 +
.../distribution/PoissonDistribution.java | 41 +--
.../distribution/TruncatedNormalDistribution.java | 353 ++++++++++++++++-----
.../distribution/PoissonDistributionTest.java | 5 +
.../TruncatedNormalDistributionTest.java | 300 +++++++++++++++++
.../distribution/test.poisson.3.properties | 6 +-
.../distribution/test.poisson.5.properties | 50 ++-
.../distribution/test.poisson.6.properties | 42 ++-
.../distribution/test.truncatednormal.5.properties | 8 +-
.../distribution/test.truncatednormal.6.properties | 9 +-
.../distribution/test.truncatednormal.7.properties | 35 +-
.../distribution/test.truncatednormal.8.properties | 51 +++
15 files changed, 804 insertions(+), 176 deletions(-)
create mode 100644
commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.truncatednormal.8.properties