Descriptive Statistics Explained
Descriptive statistics summarize and describe the key features of a dataset. Enter your numbers separated by commas, spaces, or newlines, and this calculator instantly computes all major descriptive statistics.
Mean (arithmetic average) is the sum divided by count. Median is the middle value when sorted. Mode is the most frequently occurring value. Standard deviation measures how spread out values are from the mean.
Key Statistical Formulas
Mean = Σx / n
Median = middle value of sorted data
Variance σ² = Σ(x − mean)² / n
Standard Deviation σ = √Variance
Range = Max − Min
When to Use Each Statistic
| Statistic | Best For | Weakness |
|---|---|---|
| Mean | Symmetric data, normal distributions | Sensitive to outliers |
| Median | Skewed data, income, home prices | Ignores extreme values |
| Mode | Categorical data, most common value | May not exist or be unique |
| Std Dev | Measuring spread and variability | Same units as data |