2.4 Families of distributions

Above, we introduced the basic concepts of random variables and probability distributions. Now, let’s explore some common distributions.

2.4.1 Discrete probability distributions

Bernoulli distribution

Definition:

A Bernoulli trial is a random experiment with exactly two possible outcomes: “success” and “failure.” These outcomes are typically denoted as 1 for success and 0 for failure. The probability of success is often denoted by \(p\), and the probability of failure is then given by \(q = 1 - p\).

The Bernoulli distribution is a discrete probability distribution that describes the probability of getting exactly successes in a Bernoulli trials with the probability of success \(p\in(0,1)\).

Denote \(X \sim \text{Ber}(p)\) if a random variable \(X\) follows Bernoulli distribution. The probability mass function of the Bernoulli distribution is given by: \[ \begin{align*} p_X(x) &= \begin{cases} p, & x = 1 \\ 1-p, & x = 0 \\ 0, & \mbox{otherwise} \end{cases} \\ &= p^x(1-p)^{1-x}, \quad x=0,1 \end{align*} \] and the range \(R_X=\{0,1\}\).

Proposition:

\(\mathbb{E}(X)=p, \quad \text{Var}(X)=p(1-p)\)

Binomial distribution

The Binomial distribution describes the probability of getting exactly \(k\) successes in \(n\) Bernoulli trials with the probability of success \(p\in(0,1)\).

Denote \(X \sim \text{Bin}(n,p)\) if a random variable \(X\) follows Binomial distribution. The probability mass function is given by: \[ \begin{align*} p_X(x) = {n \choose x} p^x(1-p)^{n-x}, \quad x=0,1,\cdots,n. \end{align*} \] and the range \(R_X=\{0,1,\cdots,n\}\).

Proposition:

  1. \(\mathbb{E}(X)=np, \quad \text{Var}(X)=np(1-p)\)
  2. \(\text{Ber}(p) \sim \text{Bin}(1,p)\)
  3. (additive property) Let \(X \sim \text{Bin}(n_1,p), Y \sim Bin(n_2,p)\) and \(X \perp \!\!\! \perp Y\). Then \(X+Y \sim \text{Bin}(n_1+n_2,p)\)

Poisson distribution

Geometric distribution

Negative binomial distribution

Hypergeometric distribution

Zeta distribution

2.4.2 Continuous probability distributions

Uniform distribution (discrete and continuous)

(log) Normal distribution

(shifted/double) Exponential distribution

Gamma distribution (Erlang distribution)

Beta distribution

Weibull distribution (Rayleigh distribution)

Pareto distribution

Logistic distribution

Cauchy distribution

Students’ \(t\)-distribution

\(\chi^2\) distribution

non-central \(\chi^2\) ?

\(F\) distribution

non-central \(F\) ?