Description
The finddelay Stream Evaluator finds the delay/lag between two time series. Under the covers the convolution function will perform the math to find the delay.
Syntax:
delay = finddelay(colA, colB)
The convolution implementation is provided by Apache Commons Math.
Attachments
Attachments
Issue Links
- is related to
-
SOLR-10651 Streaming Expressions statistical functions library
- Closed