Description
The residuals stream evaluator returns an array of the residuals (difference between predicted and actual values) from applying a simple regression model to a sample set.
a = regress(b, c) d = residuals(a, b, c)
Attachments
Attachments
Issue Links
- is related to
-
SOLR-10651 Streaming Expressions statistical functions library
-
- Closed
-