median
|
The median function computes the median value (or middle value) from a set of
values in the argument list. The median value is that value which is greater than half of
the argument list and less than the other half. Usage The medianfunction is used to produce the median value from a set of values.
(median num1 num2 ...) The median function computes the median value from the arguments and returns it.
If an array or reference argument contains text, logical values, or empty cells, those
values are ignored if they cannot be evaluated as real numbers. If no numeric values
are found in the argument list, then an error code is generated.
Expression:
Arguments
Name
Type
Description Argument: num1 num2 ... Number
One or more Numbers
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Number | Integer |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|