[ 
https://issues.apache.org/jira/browse/SOLR-12158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein updated SOLR-12158:
----------------------------------
    Attachment: SOLR-12158.patch

> Allow the 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
>            Assignee: Joel Bernstein
>            Priority: Major
>             Fix For: 7.4
>
>         Attachments: SOLR-12158.patch
>
>
> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to