Descriptive vs inferential statistics
Statistics splits into two jobs. Descriptive statistics summarise the data you actually have — what did this group look like? Inferential statistics use that sample to say something about a bigger population you didn’t measure — and tell you how confident you can be in that leap. Almost every study uses both, in that order.
At a glance
| Descriptive | Inferential | |
|---|---|---|
| Question | What does my data look like? | What can I conclude about the population? |
| Scope | Just the sample in front of you | Generalises beyond the sample |
| Tools | Mean, median, SD, %, charts | t-tests, ANOVA, regression, CIs, p-values |
| Uncertainty | None claimed — it just describes | Quantified (p-values, confidence intervals) |
Descriptive statistics: summarising what you measured
Descriptive statistics compress a dataset into a few honest numbers and pictures:
- Central tendency — the typical value: mean, median, mode.
- Spread — how much the values vary: range, variance, standard deviation.
- Shape & frequency — counts, percentages, and visuals (histograms, box plots).
They make no claim beyond your data. If you measured 200 students, descriptive statistics describe those 200 — full stop.
Inferential statistics: from sample to population
You rarely measure a whole population, so you study a sample and infer. Inferential statistics make that leap rigorous: a statistical test asks whether a pattern is likely real or just sampling noise, a confidence interval gives the range the true value plausibly sits in, and a p-value says how surprising your data would be if there were no effect. The price of generalising is uncertainty — and inferential methods are how you measure it.
How they work together
A real analysis runs descriptive first, inferential second: describe and visualise the sample to understand it and catch errors, then run the test that answers your research question. Skipping the descriptive stage is how people miss skew, outliers, and data-entry mistakes that quietly break the inferential test that follows.
Get the free Statistics toolkit
A reporting checklist, worked examples, and test-selection flowcharts from the Statistical Test Selection Workbook. We’ll email you the download link.
Frequently asked questions
What's the difference?
Descriptive summarises the data you have; inferential uses a sample to draw conclusions about a wider population, with quantified uncertainty.
Examples of descriptive statistics?
Mean, median, mode, range, standard deviation, percentages, histograms, box plots.
Examples of inferential statistics?
t-tests, ANOVA, chi-square, regression, confidence intervals, p-values.
Do I need both?
Usually — describe the sample first, then test the research question. Purely descriptive studies stop at stage one.