| This is read-only version of the old wiki, feel free to browse it for materials. If you want to share your own materials, please use GeoGebraTube instead. You are also welcome to help us enhance the new wiki. If any questions arise, please contact the webmaster. |
Median Command
Syntax
Median[list of numbers L]
Action
Calculates the median of the list elements. If the number of elements is odd, it returns the middle one. If it is even, returns the mean of the two elements.
Examples
- Median[{1,2,3}] returns 2
- Median[1,3,7,17] returns 5 (note that {} syntax is not necessary).
See also