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 2016/04/10 00:20:25 UTC

[jira] [Created] (SOLR-8964) Add CorrelateStream to compute Pearson's correlation coefficient for two streams

Joel Bernstein created SOLR-8964:
------------------------------------

             Summary: Add CorrelateStream to compute Pearson's correlation coefficient for two streams
                 Key: SOLR-8964
                 URL: https://issues.apache.org/jira/browse/SOLR-8964
             Project: Solr
          Issue Type: New Feature
            Reporter: Joel Bernstein


The CorrelateStream will compute the Pearsons correlation coefficient for two streams. 

Sample syntax below will calculate the Pearsons correlation for two time series streams. See SOLR-8963 for the *time* function:

{code}
correlate(rollup(time(search()),
               rollup(time(search()))
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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