Categories
Uncategorized

Intuitive Interpretation of Unexpected Binomial Coefficients

This post will give an intuitive interpretation of the presence of the combination formula (which equals the binomial coefficient) in math problem solutions and probability distributions that are seemingly unrelated to combinations. For example, the binomial coefficient shows up in the probability mass function of the binomial distribution and the negative binomial distribution.

Wikipedia has the following definition for combination:

In mathematicscombination is a way of selecting several things out of a larger group, where (unlike permutations) order does not matter. In smaller cases it is possible to count the number of combinations. For example given three fruit, an apple, orange and pear say, there are three combinations of two that can be drawn from this set: an apple and a pear; an apple and an orange; or a pear and an orange. More formally a kcombination of a set S is a subset of k distinct elements of S. If the set has n elements the number of k-combinations is equal to the binomial coefficient

The binomial coefficient indexed by n and k is denoted \tbinom nk. The formula below, for evaluating binomial coefficients, uses factorials.

\binom nk = \frac{n!}{k!\,(n-k)!} \quad \mbox{for }\ 0\leq k\leq n

Categories
Uncategorized

Probability Distributions Reference Table

Table Description

I have uploaded a reference table that I created with common probability distributions. Although the same formulas and similar descriptions can be obtained on Wikipedia, I find it useful to have the information contained on one table. The table does not have charts that plot probability density or probability mass functions (PDFs and PMFs) or cumulative distribution functions (CDFs). These charts can be found on Wikipedia or plotted with graphing software using the equations on the table. I find it helpful to look at PDF and CDF plots when learning about the distributions. There might be some closed form CDFs, moment generating functions, or other equations that I omitted from the table. Also, some distributions have various formulations. For example, the four distributions defined below are all very similar, and I imagine that each might be referred to as a negative binomial, although certain specifications are more conventional than others.

  1. A distribution of the number of failures in a sequence of Bernoulli trials, before a specified number of successes.
  2. A distribution of the number of successes in a sequence of Bernoulli trials, before a specified number of failures.
  3. A distribution of the number of successes and failures in a sequence of Bernoulli trials, until a specified number of successes.
  4. A distribution of the number of successes and failures in a sequence of Bernoulli trials, until a specified number of failures.

In cases where there are multiple ways to define a distribution, I either used the definition that I prefer, or gave multiple formulations of the distribution.

I am including a link to both a PDF of the table and an Excel file that has the table and VBA macros for aligning objects. Please let me know if you find any errors.

Links

PDF: Probability-Distributions.pdf
Excel: Probability-Distributions.xlsm