You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/09/26 16:01:48 UTC

[GitHub] [commons-rng] aherbert opened a new pull request #70: Changed samplers parametric test failure probability.

aherbert opened a new pull request #70: Changed samplers parametric test failure probability.
URL: https://github.com/apache/commons-rng/pull/70
 
 
   Only 1 re-run is allowed and the number of samplers is high enough that
   spurious failures are realistic for the samplers.
   
   Changed the Continuous samplers failure rate from p=0.0138 to p=0.0016.
   This is an effective change of numFailures(n=50, p=0.01) > 2 to
   numFailures(n=50, p=0.01) > 3.
   
   Changed the Discrete samplers failure rate from p=0.0000189 to p=0.0016
   to match the continuous samplers test. Each test is now assessed at the
   p=0.01 level not the p=0.001 level. This is an effective change of
   numFailures(n=50, p=0.001) > 2 to numFailures(n=50, p=0.01) > 3.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services