[jira] [Updated] (SOLR-10696) Add empirical distribution and percentile Stream Evaluators

2017-06-05 Thread Joel Bernstein (JIRA)

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

Joel Bernstein updated SOLR-10696:
--
Fix Version/s: 6.7
   master (7.0)

> Add empirical distribution and percentile Stream Evaluators
> ---
>
> Key: SOLR-10696
> URL: https://issues.apache.org/jira/browse/SOLR-10696
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>Assignee: Joel Bernstein
> Fix For: master (7.0), 6.7
>
> Attachments: SOLR-10696.patch, SOLR-10696.patch, SOLR-10696.patch, 
> SOLR-10696.patch
>
>
> The *empirical distribution* Stream Evaluator loads an array and creates a 
> distribution based only on the underlying data. It returns summary stats for 
> the distribution.
> The *percentile* Stream Evaluator returns the percentile of a number for a 
> specific empirical distribution. 
> Syntax:
> {code}
> e = empiricalDistribution(colA)
> p = percentile(e, 23)
> {code}
> Implementation provided by Apache Commons Math



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-10696) Add empirical distribution and percentile Stream Evaluators

2017-05-16 Thread Joel Bernstein (JIRA)

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

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

> Add empirical distribution and percentile Stream Evaluators
> ---
>
> Key: SOLR-10696
> URL: https://issues.apache.org/jira/browse/SOLR-10696
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
> Attachments: SOLR-10696.patch, SOLR-10696.patch, SOLR-10696.patch, 
> SOLR-10696.patch
>
>
> The *empirical distribution* Stream Evaluator loads an array and creates a 
> distribution based only on the underlying data. It returns summary stats for 
> the distribution.
> The *percentile* Stream Evaluator returns the percentile of a number for a 
> specific empirical distribution. 
> Syntax:
> {code}
> e = empiricalDistribution(colA)
> p = percentile(e, 23)
> {code}
> Implementation provided by Apache Commons Math



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-10696) Add empirical distribution and percentile Stream Evaluators

2017-05-16 Thread Joel Bernstein (JIRA)

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

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

> Add empirical distribution and percentile Stream Evaluators
> ---
>
> Key: SOLR-10696
> URL: https://issues.apache.org/jira/browse/SOLR-10696
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
> Attachments: SOLR-10696.patch, SOLR-10696.patch, SOLR-10696.patch
>
>
> The *empirical distribution* Stream Evaluator loads an array and creates a 
> distribution based only on the underlying data. It returns summary stats for 
> the distribution.
> The *percentile* Stream Evaluator returns the percentile of a number for a 
> specific empirical distribution. 
> Syntax:
> {code}
> e = empiricalDistribution(colA)
> p = percentile(e, 23)
> {code}
> Implementation provided by Apache Commons Math



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-10696) Add empirical distribution and percentile Stream Evaluators

2017-05-16 Thread Joel Bernstein (JIRA)

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

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

> Add empirical distribution and percentile Stream Evaluators
> ---
>
> Key: SOLR-10696
> URL: https://issues.apache.org/jira/browse/SOLR-10696
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
> Attachments: SOLR-10696.patch, SOLR-10696.patch
>
>
> The *empirical distribution* Stream Evaluator loads an array and creates a 
> distribution based only on the underlying data. It returns summary stats for 
> the distribution.
> The *percentile* Stream Evaluator returns the percentile of a number for a 
> specific empirical distribution. 
> Syntax:
> {code}
> e = empiricalDistribution(colA)
> p = percentile(e, 23)
> {code}
> Implementation provided by Apache Commons Math



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-10696) Add empirical distribution and percentile Stream Evaluators

2017-05-16 Thread Joel Bernstein (JIRA)

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

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

Initial implementation without tests

> Add empirical distribution and percentile Stream Evaluators
> ---
>
> Key: SOLR-10696
> URL: https://issues.apache.org/jira/browse/SOLR-10696
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
> Attachments: SOLR-10696.patch
>
>
> The *empirical distribution* Stream Evaluator loads an array and creates a 
> distribution based only on the underlying data. It returns summary stats for 
> the distribution.
> The *percentile* Stream Evaluator returns the percentile of a number for a 
> specific empirical distribution. 
> Syntax:
> {code}
> e = empiricalDistribution(colA)
> p = percentile(e, 23)
> {code}
> Implementation provided by Apache Commons Math



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-10696) Add empirical distribution and percentile Stream Evaluators

2017-05-16 Thread Joel Bernstein (JIRA)

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

Joel Bernstein updated SOLR-10696:
--
Description: 
The *empirical distribution* Stream Evaluator loads an array and creates a 
distribution based only on the underlying data. It returns summary stats for 
the distribution.

The *percentile* Stream Evaluator returns the percentile of a number for a 
specific empirical distribution. 

Syntax:
{code}
e = empiricalDistribution(colA)
p = percentile(e, 23)
{code}

Implementation provided by Apache Commons Math



  was:
The *empirical distribution* Stream Evaluator loads an array and creates a 
distribution based only on the underlying data. It returns summary stats for 
the distribution.

The *percentile* Stream Evaluator returns the percentile of a number for a 
specific empirical distribution. 

Syntax:
{code}
e = empiricalDistribution(colA)
p = percentile(e, 23)
{code}





> Add empirical distribution and percentile Stream Evaluators
> ---
>
> Key: SOLR-10696
> URL: https://issues.apache.org/jira/browse/SOLR-10696
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>
> The *empirical distribution* Stream Evaluator loads an array and creates a 
> distribution based only on the underlying data. It returns summary stats for 
> the distribution.
> The *percentile* Stream Evaluator returns the percentile of a number for a 
> specific empirical distribution. 
> Syntax:
> {code}
> e = empiricalDistribution(colA)
> p = percentile(e, 23)
> {code}
> Implementation provided by Apache Commons Math



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org