Average Calculator
Calculate the mean, median, minimum, and maximum of a set of numbers.
How to Calculate
The Average Calculator computes various statistical values for the entered numbers.
- Mean: The sum of all numbers divided by the count
- Median: The middle value when numbers are sorted in order
- Minimum: The smallest value among the entered numbers
- Maximum: The largest value among the entered numbers
Numbers can be separated by commas (,) or newlines.
Example
FAQ
How should I enter numbers?
Separate numbers with commas (,) or enter one per line. Example: "85, 90, 78" or one per line.
Can I enter decimal numbers?
Yes, decimal numbers are accepted. Example: 3.14, 2.71.
How is the median calculated?
Numbers are sorted in ascending order. If the count is odd, the median is the middle value; if even, it is the average of the two middle values.