Joel Bernstein created SOLR-12158:
-------------------------------------

             Summary: Allow monteCarlo Stream Evaluator to support variables 
                 Key: SOLR-12158
                 URL: https://issues.apache.org/jira/browse/SOLR-12158
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Joel Bernstein


This ticket will allow the *monteCarlo* function to assign variables on each 
iteration. This will allow for much more readable and flexible Monte Carlo 
simulations. Sample syntax:
{code:java}
let(a=normalDistribution(10, 5),
    b=normalDistribution(20, 3),
    c=monteCarlo(d=sample(a),
                 e=sample(b),
                 add(d, e),
                 50000)){code}
 

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to