Statistics Calculator

Enter a data set — get all key statistical measures instantly.

Enter data

Education
Enter numbers to calculate.

Key statistical measures

Why median is sometimes better than mean

The mean is sensitive to extreme values (outliers). For example, in a salary set [30000, 32000, 35000, 500000], the mean will be skewed by one very large value and won't reflect a typical salary. In this case, the median gives a more accurate picture of a "typical" value, since it doesn't depend on how far an outlier is from the rest of the data.

How to interpret standard deviation

Standard deviation shows the "typical" distance of values from the mean. A small standard deviation means data is tightly clustered around the mean (low variability). A large standard deviation means a wide spread of values (high variability). This is a key metric in statistics, finance (volatility), and quality control.

Practical applications of statistics

This calculator computes sample standard deviation (dividing by nāˆ’1), which is the standard when working with a data sample rather than an entire population.

FAQ

What's the difference between mean and median?

The mean is the sum of all values divided by their count. The median is the middle value in a sorted data set. The median is less sensitive to outliers (unusually large or small values).

What does standard deviation show?

Standard deviation shows how spread out values in a data set are relative to the mean. A smaller value means data is tightly clustered around the mean, a larger value means it's widely spread.

Can a data set have more than one mode?

Yes, if multiple values occur with the same highest frequency, the set is multimodal. If all values are unique, there's no mode.