[ https://issues.apache.org/jira/browse/SOLR-10767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029565#comment-16029565 ]
ASF subversion and git services commented on SOLR-10767: -------------------------------------------------------- Commit 191c2ba5f54a87b267c6a897b329e82334e35209 in lucene-solr's branch refs/heads/master from [~joel.bernstein] [ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=191c2ba ] SOLR-10767: Add movingAvg Stream Evaluator > Add movingAvg Stream Evaluator > ------------------------------ > > Key: SOLR-10767 > URL: https://issues.apache.org/jira/browse/SOLR-10767 > 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) > > Attachments: SOLR-10767.patch, SOLR-10767.patch, SOLR-10767.patch > > > The *movingAvg* Stream Evaluator computes a moving average from an array of > numbers. > {code} > m = movingAvg(colA, 30) > {code} > The code above computes the moving average for colA with a window size of 30. > The output will be an array of moving averages the size of (length(colA)+1) - > 30. > 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