Calculate the mean, median, and mode of a set of numbers.
Calculate the mathematical mean (average), sum, and count of a series of numbers.
Average = Sum / CountThe "average" or "mean" is the central value of a set of numbers. It is the most common way to summarize data, from test scores to monthly expenses.
While the mean is the sum divided by the count, the median is the middle number in a sorted list. If your data has "outliers" (numbers that are much higher or lower than the rest), the median might be a more accurate representation of the center than the mean.
Average of 10, 20, 30 = 20