Compute mean, median, mode, sum, count, and range from any numerical dataset. Visualize the distribution with an interactive dot plot showing mean and median lines.
In statistics, an average is a single value that represents the central or typical value of a dataset. The most common averages are the arithmetic mean, the median, and the mode. Each tells a different story about your data. This tool provides all three, along with essential summary statistics, to give you a complete picture.
For a dataset x₁, x₂, …, xₙ:
Mean μ = (∑xᵢ) / n Median = middle value after sorting
Mode = most frequent value Range = max – min
A single average can be misleading. For example, in income data, a few high earners can pull the mean upward, while the median better represents a typical person. The mode reveals the most common category. By displaying mean, median, and mode together, you gain insight into skewness and distribution shape. The interactive dot plot lets you see every data point and how the averages relate to them.
Pro tip: Always check the mean and median. If they differ significantly, your data may be skewed or contain outliers.
Arithmetic Mean: Sum of all values divided by count. Sensitive to outliers.
Median: Sort numbers; if odd count, middle value; if even, average of two middle values.
Mode: Frequency count. If multiple values share the highest frequency, all are listed. If all values are unique, “No unique mode” is shown.
Sum, Count, Min, Max, Range: Basic descriptive measures.
The results below are generated live by this tool and match the example buttons.
| Description | Example Data | Mean | Median | Mode | Range |
|---|---|---|---|---|---|
| Test scores (mild left‑skew) | 85, 92, 78, 92, 88 | 87.00 | 88.00 | 92 | 14 |
| Symmetric (even) | 2,4,6,8,10,12 | 7.00 | 7.00 | No unique mode | 10 |
| With outlier | 10,12,11,45,13,12 | 17.17 | 12.00 | 12 | 35 |
| Includes negatives | -5,0,3,8,-2,7 | 1.83 | 1.50 | No unique mode | 13 |
| Multiple modes (bimodal) | 1,2,2,3,3,4 | 2.50 | 2.50 | 2, 3 | 3 |
Data Input: A small boutique records daily sales (in USD) for one week: 120, 85, 92, 105, 200, 98, 110. (You can click the “Retail sales” example button to load this dataset.)
Results & Interpretation:
Decision Recommendations:
While this calculator focuses on the most common averages, other types are essential in specific contexts:
We are developing a dedicated Weighted Average Calculator that will also include geometric and harmonic options. In the meantime, you can explore these concepts further on MathWorld or Wikipedia.