The mean is the sum of all values divided by the count of values. It's the most common measure of central tendency.
Example: data set {4, 7, 2, 9, 3} → Mean = (4+7+2+9+3)/5 = 25/5 = 5
The median is the middle value when data is sorted. It is resistant to outliers.
{2, 3, 4, 7, 9}Median = 4 (3rd of 5){2,3,4,7} → Median = (3+4)/2 = 3.5The mode is the value that appears most often. A dataset can have one mode, multiple modes, or no mode.
Example: {3, 5, 3, 7, 5, 3} → Mode = 3 (appears 3 times)
Enter comma-separated numbers to calculate the mean