Average Calculator
Calculate the mean, median, mode and range of a list of numbers.
Mean, median, mode and range
- Mean — the sum of all values divided by how many there are. The everyday "average".
- Median — the middle value when the numbers are sorted (or the average of the two middle values).
- Mode — the value that appears most often. A set can have one mode, several, or none.
- Range — the difference between the largest and smallest values.