Given a list L[1] through L[n] of numbers, there are a number
of statistics we could make use of concerning L:
- maximum: largest number in L.
- minimum: smallest number in L.
- midpoint: average of max and min.
- mean: average of numbers in L.
- mode: most common number in L.
- median: middlest number in L (half bigger, half smaller).
Next: Facts About Statistics
Up: COMPUTING STATISTICS
Previous: Statistics