MovingPercentile()

Returns the specified percentile of the specified numeric expression in the moving time window the size of specified time steps backwards and forwards.

Syntax

MovingPercentile(double numericExpression, double pointsBefore, 
double pointsAfter, double percentile)
  • NumericExpression
  • pointsBefore
  • pointsAfter
  • percentile

Example

MovingPercentile("oil production rate" in "m3/h", 4, 4, 25)