Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 626 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 626 Bytes

Median operator

Description

Median operator returns the middle value of a range. The value that has an equal number of values above and below it.

Usage
Input projection .
y-axis numeric, input data, per cell
Output relations .
median numeric, median of the input data
Details

The operator takes all the values of a cell and returns the value which is the median.The computation is done per cell. There is one value returned for each of the input cell.

References

See Also

mean_operator

Examples