[
https://issues.apache.org/jira/browse/SOLR-10767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-10767:
----------------------------------
Description:
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
was:
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) - 30.
Implementation provided by Apache Commons Math
> 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]