Median
returns the median of
list
.
See:
Median
can be applied to the following distributions:
BernoulliDistribution, BinomialDistribution, DiscreteUniformDistribution, ErlangDistribution, ExponentialDistribution, FrechetDistribution, GammaDistribution, GeometricDistribution, GumbelDistribution, HypergeometricDistribution, LogNormalDistribution, NakagamiDistribution, NormalDistribution, StudentTDistribution, WeibullDistribution
Examples
For lists with an even number of elements, Median returns the mean of the two middle values:
Passing a matrix returns the medians of the respective columns:
Related terms
Implementation status
- ✅ - full supported