Description
The describe Stream Evaluator provides descriptive statistics for an array of numbers. describe returns a single tuple with the following stats:
geometricMean, kurtosis, max, min, mean, N, populationVariance, quadraticMean, skewness, standardDeviation, sum, sumsq, variance
Syntax:
c = describe(colA)
Implementation provided by Apache Commons Math
Attachments
Attachments
Issue Links
- is related to
-
SOLR-10651 Streaming Expressions statistical functions library
- Closed