Description
This ticket adds a convolve stream evaluator that returns the convolution of two sequences. The convolve function achieves a result similar to cross-correlation.
Syntax:
a = conv(cola, colb)
Implementation is provided by Apache Commons Math.
Attachments
Attachments
Issue Links
- is related to
-
SOLR-10651 Streaming Expressions statistical functions library
- Closed