Percentile

EntityPercentile function , returns specified percentile value for specified expression.

Syntax

EntityPercentile(expression, percentile)
  • expression: signal expression
  • percentile - percentile value to calculate, must be in 0-100 range

Example

EntityPercentile("produced oil per time increment" ["m3"], 25)