apoc.agg.statistics
Function
apoc.agg.statistics(value,[percentiles = 0.5,0.75,0.9,0.95,0.99]) - returns numeric statistics (percentiles, min,minNonZero,max,total,mean,stdev) for values
Signature
apoc.agg.statistics(value :: NUMBER?, percentiles = [0.5, 0.75, 0.9, 0.95, 0.99] :: LIST? OF FLOAT?) :: (MAP?)
Input parameters
Name | Type | Default |
---|---|---|
value |
NUMBER? |
null |
percentiles |
LIST? OF FLOAT? |
[0.5, 0.75, 0.9, 0.95, 0.99] |
Was this page helpful?