[
https://issues.apache.org/jira/browse/SOLR-10767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029566#comment-16029566
]
ASF subversion and git services commented on SOLR-10767:
--------------------------------------------------------
Commit c680de1f2aadd8f0d56963d1159f11fd44aa995d in lucene-solr's branch
refs/heads/master from [~joel.bernstein]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=c680de1 ]
SOLR-10767: FIx precommit
> 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: [email protected]
For additional commands, e-mail: [email protected]