|
Median
Median[list] gives the median of the elements in list.
Median[list] gives the center element in the sorted version of list, or the average of the two center elements if list is of even length.
Median[  , , ... ,  , , ... , ... ] gives Median[ , , ... ], Median[ , , ... ] .
Median works with SparseArray objects.
See Section 1.6.7 and Section 3.8.1.
See also: Mean, Quantile, Sort, Max, Ordering.
Related packages: Statistics`DescriptiveStatistics`, Statistics`MultiDescriptiveStatistics`.
New in Version 5.0.
Further Examples
|