Random Variables and Distributions - Examples and Constructions
Understanding standard distributions through examples provides intuition for modeling real-world phenomena. Each distribution has characteristic features suited to particular applications.
Bernoulli Distribution
The simplest random variable represents a single trial with two outcomes.
takes values in with:
PMF: for
Models: coin flip, success/failure, yes/no questions.
Binomial Distribution
represents the number of successes in independent Bernoulli trials:
Toss a fair coin 10 times. Let = number of heads. Then .
Probability of exactly 6 heads:
Geometric Distribution
represents the number of trials until the first success:
Memoryless Property:
The geometric distribution is the only discrete distribution with this property.
Poisson Distribution
models the number of events in a fixed interval when events occur at constant rate :
A call center receives an average of 5 calls per hour. The number of calls in an hour follows .
Probability of exactly 3 calls:
The Poisson distribution approximates Binomial when is large, is small, and .
Uniform Distribution
is equally likely to take any value in :
CDF: for
Exponential Distribution
models waiting times between events in a Poisson process:
CDF: for
Memoryless Property:
The exponential distribution is the only continuous distribution with this property.
The time until the next customer arrives follows (average 0.5 minutes).
Probability of waiting more than 1 minute:
Normal (Gaussian) Distribution
has PDF:
The standard normal has .
The normal distribution is ubiquitous due to the Central Limit Theorem. It approximates the sum of many independent random variables.
Each distribution family addresses specific modeling needs. Discrete distributions (Bernoulli, Binomial, Geometric, Poisson) count occurrences, while continuous distributions (Uniform, Exponential, Normal) measure continuous quantities. Choosing the right distribution requires understanding the underlying data-generating process.