/median_operator

Compute the median of a set of data points

Primary LanguageR

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