Calculates the median (middle) value in a set of time series data.
median(TimeSeries, Period)
Parameter | Description |
---|---|
TimeSeries | A node with time series data. |
Period | The number of data intervals considered in the function. |
median(@VolumeSensor, 7): If the interval is set to daily, this will get the median value for the past week.