[
https://issues.apache.org/jira/browse/SOLR-10767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-10767:
----------------------------------
Fix Version/s: master (7.0)
> 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)
>
>
> The *movingAvg* Stream Evaluator computes a moving average from an array of
> numbers.
> {code}
> m = movingAvg(colA, 30)
> {code}
> The code above computes a 30 day moving average for colA. The output will be
> an array of moving averages the size of length(colA) - 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]