Skip to content

The percentile node

Select a point at the given percentile. This is a selector function, no interpolation between points is performed. This node expects a data-batch item.

Example

|percentile()
.perc(95)
.field('temperature') 

Parameters

all statistics nodes have the following parameters

Parameter Description Default
field( string ) name of the field used for computation
as( string ) name for the field for output values defaults to the name of the stats-node
at ( integer ) select percentile 75