You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Joel Bernstein (JIRA)" <ji...@apache.org> on 2018/03/29 00:17:00 UTC

[jira] [Updated] (SOLR-12158) Allow the monteCarlo Stream Evaluator to support variables

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

Joel Bernstein updated SOLR-12158:
----------------------------------
    Fix Version/s: 7.4

> 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
>            Priority: Major
>             Fix For: 7.4
>
>
> 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org