Calculate central tendency and dispersion from any data set.
| Mean (Average) | 22.142857142857 |
| Median | 23 |
| Range | 36 |
| Mode | 38, 23, each appeared 2 times |
| Geometric Mean | 16.412764443111 |
| Largest | 38 |
| Smallest | 2 |
| Sum | 155 |
| Count | 7 |
Please provide numbers separated by comma to calculate.
This calculator computes the most common descriptive statistics: mean, median, mode, and range, along with geometric mean, sum, count, minimum and maximum values. These are the fundamental measures used to summarize and understand a set of numerical data.
The mean is the most widely used measure of central tendency. It is calculated by summing all values and dividing by the number of values. The mean uses every value in the data set, which makes it a reliable measure, but it is sensitive to extreme outliers.
where Σx is the sum of all values and n is the total count of values.
Example: Data set {2, 10, 21, 23, 23, 38, 38}
The median is the middle value of an ordered data set. It divides the data into two equal halves. Unlike the mean, the median is not affected by extreme outliers, making it a robust measure of central tendency for skewed distributions.
Example: Sorted data {2, 10, 21, 23, 23, 38, 38}
The mode is the value that appears most frequently in a data set. A data set may have:
Example: Data set {2, 10, 21, 23, 23, 38, 38}
The range is the simplest measure of dispersion. It is the difference between the largest and smallest values. While easy to compute, it only uses two data points and is very sensitive to outliers.
Example:
The geometric mean is the n-th root of the product of n values. It is used for growth rates, investment returns, ratios, and percentages. The geometric mean is always less than or equal to the arithmetic mean, with equality only when all values are identical.
Important: All values must be positive. Zero or negative values produce invalid results.
The bar chart displays each value in the order you entered them. This visual representation helps you quickly see:
| Measure | Best For | Advantage | Disadvantage |
|---|---|---|---|
| Mean | Symmetric distributions, numerical data | Uses all data, most precise | Affected by outliers |
| Median | Skewed data, ordinal data | Robust to outliers | Ignores most values |
| Mode | Categorical or discrete data | Easy to understand | May not exist or be unique |
| Range | Quick estimate of spread | Simple to calculate | Only uses two values |
| Geometric Mean | Growth rates, ratios, percentages | Handles multiplicative data | Requires positive values |
1. Triola, Mario F. Elementary Statistics. Pearson Education. 2019.
2. Moore, David S., McCabe, George P., and Craig, Bruce A. Introduction to the Practice of Statistics. W.H. Freeman. 2017.
3. DeGroot, Morris H. and Schervish, Mark J. Probability and Statistics. Pearson Education. 2012.
4. Wackerly, Dennis D., Mendenhall, William, and Scheaffer, Richard L. Mathematical Statistics with Applications. Cengage Learning. 2014.
5. Snedecor, George W. and Cochran, William G. Statistical Methods. Iowa State University Press. 1989.
6. NIST/SEMATECH. e-Handbook of Statistical Methods. National Institute of Standards and Technology. 2012.