Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Probability distributions describe how likely different outcomes are for a random variable. They are essential because they turn uncertainty into a mathematical model that can be graphed, measured, and used for prediction. A distribution helps you choose the right tools for calculating probabilities, expected values, and variability.

In statistics, recognizing the correct distribution is often the first step in solving a problem correctly.

The main split is between discrete distributions, which count separate outcomes, and continuous distributions, which model measurements on an interval. Many common distributions are connected by assumptions about trials, rates, waiting times, or sums of many small effects. For example, the binomial distribution counts successes in a fixed number of trials, while the normal distribution often appears when many independent effects add together.

Understanding these relationships helps students move from memorizing formulas to choosing models based on the situation.

Key Facts

  • Discrete distributions assign probabilities to countable values, and the total probability is sum P(X = x) = 1.
  • Continuous distributions use a density function, and probabilities come from area: P(a <= X <= b) = integral from a to b of f(x) dx.
  • Expected value is the long-run average: E(X) = sum xP(X = x) for discrete variables.
  • Variance measures spread around the mean: Var(X) = E[(X - mu)^2].
  • Binomial model: X ~ Bin(n, p), P(X = k) = C(n, k)p^k(1 - p)^(n - k).
  • Normal model: X ~ N(mu, sigma^2), and Z = (X - mu)/sigma converts values to standard normal scores.

Vocabulary

Random variable
A random variable is a variable whose value depends on the outcome of a random process.
Discrete distribution
A discrete distribution gives probabilities for separate countable outcomes such as 0, 1, 2, or 3 successes.
Continuous distribution
A continuous distribution models values that can fall anywhere in an interval, such as height, time, or mass.
Probability density
Probability density is a function whose area over an interval gives the probability of a continuous variable falling in that interval.
Expected value
Expected value is the mean outcome predicted by a probability distribution over many repeated trials.

Common Mistakes to Avoid

  • Using a binomial distribution when the probability changes from trial to trial. A binomial model requires a fixed number of independent trials with the same success probability.
  • Treating a continuous probability at one exact value as nonzero. For continuous variables, P(X = a) = 0 because probabilities come from areas over intervals.
  • Confusing the Poisson mean with a probability. In X ~ Poisson(lambda), lambda is the average count in a fixed interval, not a value between 0 and 1.
  • Using the normal distribution without checking whether values can reasonably be symmetric and unbounded. Some data, such as waiting times or counts near zero, may need exponential, Poisson, or other skewed models instead.

Practice Questions

  1. 1 A fair coin is flipped 10 times. Let X be the number of heads. What distribution should model X, and what is P(X = 6)?
  2. 2 A call center receives an average of 4 calls per hour. If calls follow a Poisson model, what is the probability of receiving exactly 2 calls in one hour?
  3. 3 A machine part lifetime is measured in hours and is strongly right-skewed, with many parts failing early and fewer lasting a very long time. Explain why an exponential distribution may be more appropriate than a normal distribution.