To visualize and tinker with the distributions listed below, navigate to this Distribution Plotter. To visualize their tails, go to this Tail Visualizer.
Discrete Distributions¶
Discrete Uniform
Bernoulli/Indicator
A random variable is an indicator for an event if when the event occurs, and is zero otherwise. Indicator random variables are drawn from Bernoulli distributions.
A random variable is drawn from a Bernoulli distribution with success probability if:
Support:
Distribution Function:
Then we say . If is an indicator for an event, , then .
Properties:
Expected Value:
Variance:
Geometric
If counts the total number of trials, up to and including, the first success in a string of independent, identical, binary trails then is a geometric random variable.
A random variable is drawn from a geometric distribution with success probability if:
Support:
Distribution Function:
Then we say . The parameter is the chance each trial ends in a success.
Properties:
Expected Value:
Variance:
Binomial
If counts the total number of successes in a string of of independent, identical, binary trails then is a binomial random variable.
A random variable is drawn from a binomial distribution with success probability if:
Support:
Distribution Function:
Then we say . The parameter is the chance each trial ends in a success.
Properties:
Expected Value:
Variance:
Hypergeometric
If counts the total number of successes in a sample of size drawn without replacement from a finite population of size containing success cases, then is a hypergeometric random variable.
A random variable is drawn from a hypergeometric distribution with parameters , , and if:
Support:
Distribution Function:
Then we say . The parameter is the population size, is the number of successes in the population, and is the sample size. The proportion is the fraction of all cases that are successes in the full population.
Properties:
Expected Value:
Variance:
Continuous Distributions¶
Uniform
Beta
The beta distribution is a flexible distribution on , often used to model random probabilities or proportions. It also models the value of the largest sample of independent, uniform random variables on .
A random variable is drawn from a beta distribution with shape parameters and if:
Support:
Distribution Function:
The normalization constant is where when is integer valued.
Then we say .
Properties:
Expected Value:
Variance:
Exponential
If measures the waiting time until the first arrival in a memoryless arrival process with rate , then is an exponential random variable.
A random variable is drawn from an exponential distribution with rate if:
Support:
Distribution Function:
The normalization constant is .
Then we say . The parameter is the rate at which arrivals occur.
Properties:
Expected Value:
Variance:
Pareto
The Pareto distribution is a heavy-tailed distribution often used to model quantities such as wealth, city sizes, or other power-law phenomena.
A random variable is drawn from a Pareto distribution with scale parameter and shape parameter if:
Support:
Distribution Function:
The normalization constant is .
Then we say . The parameter is the minimum possible value, and controls the heaviness of the tail.
Properties:
Expected Value:
Variance:
Gamma
If is a sum of independent, identical, exponential random variables with rate then is a gamma random variable.
A random variable is drawn from a gamma distribution with shape parameter and rate parameter if:
Support:
Distribution Function:
The normalization constant
Then we say .
Properties:
Expected Value:
Variance:
Normal
The normal distribution (or Gaussian distribution) is the most ubiquitous continuous distribution. It is the limit of sums of many independent, identical random variables (Central Limit Theorem).
A random variable is drawn from a normal distribution with mean and standard deviation if:
Support:
Distribution Function:
The normalization constant is
Then we say .
Properties:
Expected Value:
Variance: