About the Average Calculator
The Average Calculator takes a list of numbers (one per line or comma-separated) and returns mean, median, mode, minimum, maximum, sum and count — the full basic statistics set.
Mean is the arithmetic average; median is the middle value — more robust against outliers like one huge number in the list.