Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Resolved
-
None
-
None
-
None
Description
The lerp Stream Evaluator performs linear interpolation:
interp = lerp(xvec, yvec)
The akima Stream Evaluator performs Akima spline interpolation:
interp = akima(xvec, yvec)
Attachments
Attachments
Issue Links
- is related to
-
SOLR-10651 Streaming Expressions statistical functions library
-
- Closed
-
- supercedes
-
SOLR-11790 Add akima Stream Evaluator to support akima splines
-
- Closed
-