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 1e7f91c Upgrade dependency.
new 50c6b2a Use a ZigguratSampler.NormalizedGaussian
new d046cc8 Use a ZigguratSampler.Exponential
new b1bffa0 Use a LevySampler
new 23ace29 Use a StableSampler for the Cauchy distribution
new 1469869 Scale the expected for the Chi-square test
new a1d766f Update RandomSource.create to new 1.4 API
new da71b36 Use faster and more robust RNG for tests.
new 81cbacd Use a single instance of the standard normal distribution
The 8 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:
.../distribution/CauchyDistribution.java | 11 +++++++++++
.../distribution/ExponentialDistribution.java | 14 +++----------
.../statistics/distribution/LevyDistribution.java | 9 +++++++++
.../distribution/NormalDistribution.java | 4 ++--
.../distribution/TruncatedNormalDistribution.java | 23 +++++++++++-----------
.../distribution/BetaDistributionTest.java | 6 ++----
.../ContinuousDistributionAbstractTest.java | 7 +++++--
.../DiscreteDistributionAbstractTest.java | 7 +++++--
.../HypergeometricDistributionTest.java | 2 +-
.../distribution/ZipfDistributionTest.java | 2 +-
10 files changed, 51 insertions(+), 34 deletions(-)