Statistics is broadly divided into two branches: descriptive statistics and inferential statistics. Understanding the difference is fundamental to data analysis, research design, and correctly interpreting results.

What is Descriptive Statistics?

Descriptive statistics summarise and describe the main features of a dataset. They tell you what the data looks like — but they do not go beyond the data you have. You are only describing the observations you collected, not making claims about any larger population.

Key descriptive measures include:

Example of descriptive statistics: A class of 30 students took an exam. The mean score was 72.4, the median was 74, the standard deviation was 11.3, and the highest score was 98. These numbers describe exactly what happened in that class — nothing more.

What is Inferential Statistics?

Inferential statistics use sample data to make inferences (conclusions) about a larger population. You are using the information in your sample to estimate or test claims about something you cannot fully observe — the entire population.

Key inferential methods include:

Example of inferential statistics: You survey 200 randomly selected students from a university of 10,000 and find that 63% support a new grading policy. You use this to estimate that between 56% and 70% of all university students support the policy (95% confidence interval). You are making an inference about all 10,000 students based on 200.

Side-by-Side Comparison

FeatureDescriptive StatisticsInferential Statistics
PurposeSummarise data you haveDraw conclusions beyond your data
ScopeOnly the sample or datasetThe wider population
OutputNumbers, charts, tablesP-values, confidence intervals, predictions
UncertaintyNo uncertainty — exact factsAlways involves uncertainty and probability
ExamplesMean, SD, median, histogramT-test, ANOVA, regression, CI
Requires sampling?No — can describe a full populationYes — based on sample → population inference

Real-World Examples of Both Types

Example 1: Clinical Trial

Descriptive: In our trial of 100 patients, those receiving the drug had a mean blood pressure reduction of 8.3 mmHg (SD = 4.1). The placebo group had a mean reduction of 3.1 mmHg (SD = 3.9).

Inferential: A two-sample t-test shows t(198) = 8.14, p < 0.001. We estimate the true population difference is between 3.9 and 6.5 mmHg (95% CI). The drug significantly reduces blood pressure.

Example 2: Business Analytics

Descriptive: Last month, 2,340 customers visited our website. Average session duration was 3 min 42 sec. The conversion rate was 4.7%.

Inferential: Based on last month's data, we estimate that the true average session duration for all potential customers is between 3:30 and 3:54 minutes (95% CI). A/B test results show the new landing page significantly increases conversion (p = 0.023).

Why Both Types Are Essential

Good data analysis always starts with descriptive statistics before moving to inferential statistics. Descriptive statistics help you:

Inferential statistics then let you generalise your findings, test hypotheses, and make decisions with quantified uncertainty.

Common Confusion: When are you doing which?

If you are describing a complete dataset (census, full population) — you are doing descriptive statistics. There is no inference needed because you have all the data.

If you have a sample and want to say something about the broader population — you need inferential statistics with proper sampling and probability calculations.

Use our free descriptive statistics calculator to compute all summary measures instantly, or our full suite of hypothesis testing calculators for inferential analysis.