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-rng.git.


    from bd30c3b  Cache another constant in the large mean Poisson sampler
     new 52a5b80  Compute p-value for the chi square test once.
     new 1d2722f  Update chi-square test
     new 88608c2  RNG-167: Sampling from a t-distribution

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:
 .../rng/sampling/distribution/TSampler.java        | 220 +++++++++++++++++++++
 .../ContinuousSamplerParametricTest.java           |  14 +-
 .../distribution/ContinuousSamplersList.java       |  15 ++
 .../DiscreteSamplerParametricTest.java             |  13 +-
 .../{PoissonSamplerTest.java => TSamplerTest.java} |  52 +++--
 src/changes/changes.xml                            |   3 +
 src/main/resources/pmd/pmd-ruleset.xml             |   6 +
 7 files changed, 283 insertions(+), 40 deletions(-)
 create mode 100644 
commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/TSampler.java
 copy 
commons-rng-sampling/src/test/java/org/apache/commons/rng/sampling/distribution/{PoissonSamplerTest.java
 => TSamplerTest.java} (53%)

Reply via email to