inferential statistics — Definition, Formula & Examples
Inferential statistics is the branch of statistics that uses data from a sample to make generalizations, predictions, or decisions about a larger population. It relies on probability theory to quantify how confident you can be in those conclusions.
Inferential statistics encompasses methods—including hypothesis testing, confidence intervals, and regression analysis—that employ probability distributions and sampling theory to estimate population parameters, test claims, and assess the strength of evidence, all while accounting for sampling variability.
Key Formula
Where:
- = Sample mean, your point estimate of the population mean
- = Critical value from the standard normal distribution for your chosen confidence level
- = Sample standard deviation
- = Sample size
How It Works
You start by collecting data from a random sample because measuring an entire population is usually impractical. Then you use that sample data to calculate a statistic, such as a sample mean or sample proportion , as an estimate of the unknown population parameter. To express how reliable that estimate is, you construct a confidence interval or perform a hypothesis test. Both techniques use the sampling distribution of your statistic to account for the natural variation you would expect from sample to sample. The result is a probability-based statement—like "we are 95% confident the true mean falls between 68 and 74"—rather than a single guess.
Worked Example
Problem: A school nurse measures the resting heart rates of 36 randomly selected students and finds a sample mean of 72 bpm with a sample standard deviation of 6 bpm. Construct a 95% confidence interval for the true mean resting heart rate of all students at the school.
Identify the values: From the problem: sample mean, sample standard deviation, sample size, and the critical value for 95% confidence.
Calculate the standard error: The standard error measures how much the sample mean is expected to vary from sample to sample.
Find the margin of error: Multiply the critical value by the standard error.
Construct the interval: Add and subtract the margin of error from the sample mean.
Answer: We are 95% confident that the true mean resting heart rate of all students at the school is between 70.04 bpm and 73.96 bpm.
Another Example
Problem: A company claims that 50% of its customers prefer Product A. You survey 200 randomly chosen customers and find that 118 prefer Product A. At the 0.05 significance level, is there evidence that the true proportion differs from 0.50?
State hypotheses: Set up the null and alternative hypotheses about the population proportion.
Calculate the test statistic: Use the sample proportion and the standard error under the null hypothesis.
Find the p-value and decide: For a two-tailed test, the p-value is approximately 0.011. Since 0.011 < 0.05, you reject the null hypothesis.
Answer: At the 0.05 significance level, there is statistically significant evidence that the true proportion of customers who prefer Product A differs from 0.50.
Why It Matters
Inferential statistics is the core of the AP Statistics curriculum; confidence intervals and hypothesis tests appear on nearly every AP exam. Beyond the classroom, medical researchers use inferential methods to determine whether a new drug is effective, pollsters use them to predict election outcomes from survey data, and quality engineers use them to decide whether a manufacturing process meets standards.
Common Mistakes
Mistake: Confusing a confidence level with the probability that the true parameter lies inside one specific interval.
Correction: A 95% confidence level means that if you repeated the sampling process many times, about 95% of the resulting intervals would capture the true parameter. Any single interval either contains it or does not.
Mistake: Failing to check conditions (randomness, normality, independence) before performing inference.
Correction: Inferential procedures rely on assumptions. Always verify that the sample is random, the sampling distribution is approximately normal (or the sample size is large enough), and observations are independent before applying a formula.
