Mathwords logoMathwords

Statistical Distribution — Definition, Formula & Examples

A statistical distribution is a description of all the possible values a variable can take and how likely each value (or range of values) is to occur. It gives you the complete picture of how data or outcomes are spread out.

A statistical distribution is a function that maps every possible outcome (or interval of outcomes) of a random variable to its associated probability or probability density, such that the total probability across all outcomes equals 1.

How It Works

Every distribution answers the question: "What can happen, and how often?" For a discrete distribution (like rolling a die), you list each outcome and its probability. For a continuous distribution (like heights of students), you specify a curve where the area under any interval gives the probability of landing in that range. Common distributions include the uniform distribution (all outcomes equally likely), the binomial distribution (counting successes in repeated trials), and the normal distribution (the classic bell curve). You can summarize any distribution using measures like its mean (center) and standard deviation (spread).

Worked Example

Problem: A fair six-sided die is rolled once. Describe the statistical distribution of the outcome.
List all outcomes: The possible values are 1, 2, 3, 4, 5, and 6.
Assign probabilities: Since the die is fair, each outcome has an equal probability.
P(X=k)=16for k=1,2,3,4,5,6P(X = k) = \frac{1}{6} \quad \text{for } k = 1, 2, 3, 4, 5, 6
Verify total probability: The probabilities must sum to 1.
6×16=16 \times \frac{1}{6} = 1 \checkmark
Answer: The distribution is a discrete uniform distribution over {1, 2, 3, 4, 5, 6}, where each value has probability 1/6.

Visualization

Why It Matters

Understanding distributions is essential in AP Statistics and any data science course. When you analyze survey results, test scores, or scientific measurements, a distribution tells you not just what is typical but how much variation to expect. Fields like finance, medicine, and engineering all rely on distributions to model uncertainty and make predictions.

Common Mistakes

Mistake: Assuming every distribution is symmetric or bell-shaped.
Correction: Many distributions are skewed (like income data) or discrete (like coin flips). Always check the shape and type before applying formulas that assume normality.