Enter Your Data
Paste your dataset below. You can separate values with commas, spaces, or line breaks.
What are Descriptive Statistics?
Descriptive statistics are methods used to summarize, organize, and describe the main features of a dataset. Instead of making predictions about a larger population, descriptive statistics focus on what the observed data already tells us. They help researchers, students, and analysts understand where the data is centered, how widely it is spread, and whether it has unusual patterns such as skewness or outliers.
In practical terms, descriptive statistics turn a list of raw numbers into meaningful information. A dataset by itself can be difficult to interpret, but measures such as mean, median, standard deviation, quartiles, and frequency make the overall pattern much easier to understand.
Types of descriptive statistics
- Central tendency: measures the typical or central value of a dataset, such as mean, median, and mode.
- Dispersion: measures how spread out the values are, such as range, variance, standard deviation, and interquartile range.
- Shape: describes the overall distribution pattern, such as skewness and kurtosis.
Formulas used in this calculator
Mean
Sample: x̄ = (Σxi) / n
Population: μ = (Σxi) / N
Median
Sort data
Odd: middle value
Even: average of two middle values
Mode
Most frequent value(s)
Range
R = max − min
Variance
Sample: s² = Σ(x − x̄)² / (n − 1)
Population: σ² = Σ(x − μ)² / N
Standard Deviation
Sample: s = √[Σ(x − x̄)² / (n − 1)]
Population: σ = √[Σ(x − μ)² / N]
Midrange
MR = (max + min) / 2
IQR
IQR = Q3 − Q1
Outliers
Lower fence = Q1 − 1.5 × IQR
Upper fence = Q3 + 1.5 × IQR
Mean Absolute Deviation
MAD = Σ|x − mean| / n
Root Mean Square
RMS = √(Σx² / n)
SEM, CV, and RSD
SEM = s / √n
CV = s / x̄
RSD = (s / x̄) × 100%
Step-by-step guide
Paste or type values using commas, spaces, or line breaks.
Invalid entries are ignored and valid numbers are sorted automatically.
Find the central tendency of your dataset.
Measure how spread out your data is.
Understand distribution by splitting data into four parts.
Uses the 1.5 × IQR rule to flag unusual values.
Review insights about center, spread, and patterns.
Worked example
Dataset: 10, 34, 23, 54, 9
9, 10, 23, 34, 54
(10 + 34 + 23 + 54 + 9) / 5 = 26
The middle value is 23
54 − 9 = 45
s² = 350.5
s ≈ 18.72
This shows how raw data becomes meaningful. The mean gives the average, the median shows the center, the range shows spread, and the standard deviation reflects variability.
How to interpret the results
When the mean and median are close, the data is likely balanced. A noticeable gap suggests skew. Lower standard deviation means values are tightly grouped, while higher values indicate more spread.
Quartiles and IQR help when outliers are present. Skewness shows direction of the tail, and kurtosis indicates how concentrated or heavy-tailed the distribution is.
Frequently Asked Questions
Descriptive statistics summarize and describe the main features of a dataset using measures such as mean, median, standard deviation, quartiles, and frequencies.
The mode itself is the same idea in both cases: it is the most frequent value. The sample or population toggle mainly affects formulas for variance, standard deviation, and related statistics.
If every value appears only once, then no value occurs more often than the others, so the dataset has no mode.
Outliers are detected using the 1.5 × IQR rule. Values below Q1 − 1.5 × IQR or above Q3 + 1.5 × IQR are considered outliers.