Median Function

Calculates the median (middle) value in a set of time series data.

Syntax

median(TimeSeries, Period)

Parameter Description
TimeSeries A node with time series data.
Period The number of data intervals considered in the function.

Example expression

median(@VolumeSensor, 7): If the interval is set to daily, this will get the median value for the past week.

Example chart