Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Resolved
-
None
Description
It seems variance and standard deviation stream evaluators are not supported by any of the solr version. For example,
let(echo="m,v,sd", arr=array(1,3,3), m=mean(a), v=var(a), sd=stddev(a))
So far, only the mean function is implemented. I think it is useful to have var and sttdev functions separately as a stream evaluator.
Attachments
Issue Links
- is duplicated by
-
SOLR-10682 Add variance Stream Evaluator
- Resolved
- is related to
-
SOLR-10651 Streaming Expressions statistical functions library
- Closed
- links to