Average Calculator
Calculate mean, median, mode, standard deviation, variance, IQR, quartiles, and geometric mean. Paste any list of numbers — comma, space, or newline separated.
Exemples pratiques
Student grade analysis: find the class average and spread
Paste 30 student scores separated by commas. The calculator instantly shows the mean (class average), median (middle score), standard deviation (spread), and a histogram showing score distribution — helping identify whether grades are clustered or spread across the range.
Property prices: mean vs median in a Dubai neighbourhood
In a neighbourhood with 9 apartments priced at AED 800k-900k and 1 penthouse at AED 8M, the mean price is AED 1.5M but the median is AED 850k. The median better represents what most buyers pay — the mean is distorted by the outlier.
Quality control: coefficient of variation for batch consistency
A manufacturing batch produces items with weights: 98.2, 99.1, 97.8, 100.4, 98.9, 99.7 grams. Mean = 99.02g, Std Dev = 0.84g, CV = 0.85% — well within the 2% tolerance threshold for this process.
Questions fréquentes
~5 min readWhat is the arithmetic mean and how is it calculated?▾
When should I use median instead of mean?▾
What does standard deviation tell me?▾
What is the difference between population and sample standard deviation?▾
What is the geometric mean and when is it used?▾
What is the interquartile range (IQR)?▾
What is the coefficient of variation (CV)?▾
What input formats does the calculator accept?▾
Outils similaires
This calculator uses population standard deviation (divides by n), not sample standard deviation (divides by n-1). For sample data representing a larger population, divide the displayed variance by n and multiply by n-1 to get the sample variance.