Description
The empirical distribution Stream Evaluator loads an array and creates a distribution based only on the underlying data. It returns summary stats for the distribution.
The percentile Stream Evaluator returns the percentile of a number for a specific empirical distribution.
Syntax:
e = empiricalDistribution(colA) p = percentile(e, 23)
Implementation provided by Apache Commons Math
Attachments
Attachments
Issue Links
- is related to
-
SOLR-10651 Streaming Expressions statistical functions library
- Closed