Get Set Median
 
 
 

Categories

Description

Returns the median of a set of values. This is useful for "divide and conquer" algorithms.

For determining whether a value is greater than or less than another, it uses the following criteria:

Ports

Inputs

Value

Any set of values.

Outputs

Result

The median value. If the set has an even number of values, this is the average of the two middle values.