[jira] [Updated] (SOLR-11571) Add diff Stream Evaluator to support time series differencing

2017-11-04 Thread Mathew (JIRA)

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

Mathew updated SOLR-11571:
--
Attachment: SOLR-11571

*Time Series Differencing Evaluator:*

difference(colA) - calculates differencing with the default of lag one. 
OR
difference(colA, lag) - calculates differencing with a user defined lag

Tests included for nested double differencing to remove trends and seasonality, 
e.g. difference(difference(colA), lag)


> Add diff Stream Evaluator to support time series differencing
> -
>
> Key: SOLR-11571
> URL: https://issues.apache.org/jira/browse/SOLR-11571
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>Assignee: Joel Bernstein
> Fix For: 7.2
>
> Attachments: SOLR-11571
>
>
> This ticket adds support for time series differencing to Solr's statistical 
> expression library.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (SOLR-11172) Add Mann-Whitney U test Stream Evaluator

2017-09-30 Thread Mathew (JIRA)

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

Mathew updated SOLR-11172:
--
Attachment: SOLR-11172

Mann-WhitneyU test wraps Apache Math Commons implementation.

*Mann-Whitney U Test:*  
mannWhitneyU(colA, colB) - Performs Mann-WhitneyU Test on 2 arrays of numbers 
and returns a a single tuple of *u-statistic* and *p-value*.



> Add Mann-Whitney U test Stream Evaluator
> 
>
> Key: SOLR-11172
> URL: https://issues.apache.org/jira/browse/SOLR-11172
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>Assignee: Joel Bernstein
> Attachments: SOLR-11172
>
>
> This ticket will add a Stream Evaluator to perform the Mann-Whitney U Test on 
> two arrays of numbers.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Comment Edited] (SOLR-11377) Add expMovingAverage (exponential moving average) Stream Evaluator

2017-09-22 Thread Mathew (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-11377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16176347#comment-16176347
 ] 

Mathew edited comment on SOLR-11377 at 9/22/17 12:54 PM:
-

update to syntax:

*Exponential Moving Average Evaluator:*
expMovingAvg(colA, windowSize)  - calculates smoothing factor (alpha) as 
2/windowSize + 1
OR
expMovingAvg(colA, windowSize, smoothingFactor) - user defined alpha

*Binomial Coefficient Evaluator:*  - wraps Apache Commons Math implementation, 
number of ways to pick k unordered outcomes from list n
binomialCoefficient(n, k)

edit: citation


was (Author: mathew):
update to syntax:

*Exponential Moving Average Evaluator:*
expMovingAvg(colA, windowSize)  - calculates smoothing factor (alpha) as 
2/windowSize + 1
OR
expMovingAvg(colA, windowSize, smoothingFactor) - user defined alpha

*Binomial Coefficient Evaluator:*  - number of ways to pick k unordered 
outcomes from list n
binomialCoefficient(n, k)


> Add expMovingAverage (exponential moving average) Stream Evaluator
> --
>
> Key: SOLR-11377
> URL: https://issues.apache.org/jira/browse/SOLR-11377
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>Assignee: Joel Bernstein
> Fix For: master (8.0), 7.1
>
> Attachments: SOLR-11377.patch, SOLR-11377.patch
>
>
> This ticket will add the exponential moving average Stream Evaluator.
> Syntax:
> {code}
> expMovingAvg(colA)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (SOLR-11377) Add expMovingAverage (exponential moving average) Stream Evaluator

2017-09-22 Thread Mathew (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-11377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16176347#comment-16176347
 ] 

Mathew commented on SOLR-11377:
---

update to syntax:

*Exponential Moving Average Evaluator:*
expMovingAvg(colA, windowSize)  - calculates smoothing factor (alpha) as 
2/windowSize + 1
OR
expMovingAvg(colA, windowSize, smoothingFactor) - user defined alpha

*Binomial Coefficient Evaluator:*  - number of ways to pick k unordered 
outcomes from list n
binomialCoefficient(n, k)


> Add expMovingAverage (exponential moving average) Stream Evaluator
> --
>
> Key: SOLR-11377
> URL: https://issues.apache.org/jira/browse/SOLR-11377
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>Assignee: Joel Bernstein
> Fix For: master (8.0), 7.1
>
> Attachments: SOLR-11377.patch, SOLR-11377.patch
>
>
> This ticket will add the exponential moving average Stream Evaluator.
> Syntax:
> {code}
> expMovingAvg(colA)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (SOLR-11377) Add expMovingAverage (exponential moving average) Stream Evaluator

2017-09-21 Thread Mathew (JIRA)

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

Mathew updated SOLR-11377:
--
Attachment: SOLR-11377.patch

double stash...fixed.

> Add expMovingAverage (exponential moving average) Stream Evaluator
> --
>
> Key: SOLR-11377
> URL: https://issues.apache.org/jira/browse/SOLR-11377
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>Assignee: Joel Bernstein
> Fix For: master (8.0), 7.1
>
> Attachments: SOLR-11377.patch, SOLR-11377.patch
>
>
> This ticket will add the exponential moving average Stream Evaluator.
> Syntax:
> {code}
> expMovingAvg(colA)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (SOLR-11377) Add expMovingAverage (exponential moving average) Stream Evaluator

2017-09-20 Thread Mathew (JIRA)

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

Mathew updated SOLR-11377:
--
Attachment: SOLR-11377.patch

hey Joel,
Patch contains exponential moving average and binomial coefficient. 

Thanks,
Mathew

> Add expMovingAverage (exponential moving average) Stream Evaluator
> --
>
> Key: SOLR-11377
> URL: https://issues.apache.org/jira/browse/SOLR-11377
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>Assignee: Joel Bernstein
> Fix For: master (8.0), 7.1
>
> Attachments: SOLR-11377.patch
>
>
> This ticket will add the exponential moving average Stream Evaluator.
> Syntax:
> {code}
> expMovingAvg(colA)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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