[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-10 Thread Artem Barger (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15415122#comment-15415122 ] Artem Barger commented on RNG-5: I was thinking to add Chi-Square test for randomness of differ

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-10 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15415451#comment-15415451 ] Gilles commented on RNG-5: -- Chi-square tests are included in "ProvidersCommonParametricTest" (which yo

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-10 Thread Artem Barger (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15415501#comment-15415501 ] Artem Barger commented on RNG-5: I haven't seen this test, so in that case my example here is n

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-10 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15415522#comment-15415522 ] Gilles commented on RNG-5: -- bq. I haven't seen this test Methods "checkNextInRange" and "isUniformNex

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-10 Thread Artem Barger (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15415939#comment-15415939 ] Artem Barger commented on RNG-5: Here is the PI calculation {code:java} /* * Licensed to the

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-10 Thread Artem Barger (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15415942#comment-15415942 ] Artem Barger commented on RNG-5: You provide two input parameters for the demo, the convergence

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-10 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416036#comment-15416036 ] Gilles commented on RNG-5: -- Thanks. Please attach the Java file. Nit-pick remark (as you asked for): *

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-10 Thread Artem Barger (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416055#comment-15416055 ] Artem Barger commented on RNG-5: Fixed according to your last comment and attached. > Create

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-10 Thread Artem Barger (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416056#comment-15416056 ] Artem Barger commented on RNG-5: And, yes, I'm pretty sure this is quasi Monte-Carlo, as we act

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-10 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416082#comment-15416082 ] Gilles commented on RNG-5: -- http://mathworld.wolfram.com/Quasi-MonteCarloIntegration.html http://math

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-10 Thread Artem Barger (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416084#comment-15416084 ] Artem Barger commented on RNG-5: This is how integral computation looks like: {code:java} /*

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-10 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416098#comment-15416098 ] Gilles commented on RNG-5: -- Oh, I see that you also referred to Wikipedia but in the Javadoc of a meth

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-10 Thread Artem Barger (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416103#comment-15416103 ] Artem Barger commented on RNG-5: /* * Licensed to the Apache Software Foundation (ASF) under o

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-10 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416115#comment-15416115 ] Gilles commented on RNG-5: -- You are right but there is really no need to go that far; this is just usa

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-10 Thread Artem Barger (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416123#comment-15416123 ] Artem Barger commented on RNG-5: Ok, I've got it. Do you want me to fix and remove explanations

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-10 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416132#comment-15416132 ] Gilles commented on RNG-5: -- These are topics to be discussed on the ML. > Create API usage demo exam

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-10 Thread Artem Barger (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416152#comment-15416152 ] Artem Barger commented on RNG-5: Sure, np. > Create API usage demo example application. >

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-11 Thread Artem Barger (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15417023#comment-15417023 ] Artem Barger commented on RNG-5: So you'd like me to remove the link http://stevesu.github.io

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-12 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15418883#comment-15418883 ] Gilles commented on RNG-5: -- Artem, I committed the "estimation of pi" example in "src/userguide": com

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-12 Thread Artem Barger (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15419390#comment-15419390 ] Artem Barger commented on RNG-5: I think this comment on main method of ComputePi is not quite

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-12 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15419739#comment-15419739 ] Gilles commented on RNG-5: -- I'll fix the stale comment. Thanks. You are right about the generalizati

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-12 Thread Artem Barger (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15419742#comment-15419742 ] Artem Barger commented on RNG-5: thanks got it. > Create API usage demo example application. >

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-12 Thread Artem Barger (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15419743#comment-15419743 ] Artem Barger commented on RNG-5: Is one example enough? Because I can add also as an example se

[jira] [Commented] (RNG-5) Create API usage demo example application.

2016-08-12 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/RNG-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15419748#comment-15419748 ] Gilles commented on RNG-5: -- Logically, CM should eventually depend on CRNG; so it would not be sane th