Discrete Random Variables 2

Jan 17, 2024

The Big Three

The following is a list of essentail formulaas for the three most important discrete distributions: \(\textbf{binomial, geometric, and Poisson.}\)

Other discrete distributions

  1. \(\textbf{Hypergeometric distribution:} f(x) = \frac{ {N_1 \choose x} {N_2 \choose n - x} }{N \choose n}\), \(x = 0, 1, ..., N_1, n - x \leq N_2\)

  2. \(\textbf{Negative binomial distribution:} f(x) = {x - 1 \choose r - 1}(1 - p)^{x - r}p^r\), \(\quad x = r, r + 1, ...\)

Binomial coefficients

  1. the number of ways to select \(k\) objects out of \(n\) given objects (in the sense of unordered samples wihtout replacement)

  2. the number of \(k\)-element subsets of an \(n\)-element set

  3. the number of \(n\)-letter \(\text{HT}\) sequences with exactly \(k\) \(\text{H's}\) and \(n - k\) \(\text{T's}\)