WINDOWMEDIAN
Calculates rolling or static window median
Last updated
Calculates rolling or static window median
Last updated
WINDOWMEDIAN(column
, window size / static window start
, static window end
)
Returns a rolling or static window median from a given column
Argument | Description |
| Column on which to compute the window median. Must be numeric. |
| Size of rolling window calculation. If two window values are provided, this is the 1st row number for the static window calculation. |
| Optional, default is |
Window median(s).