Skip to main content

Section 7.1 Trials vs Successes

Many practical problems involve measuring simply whether something was a success or a failure. In these situations, "success" should not be interpreted as having any moral or subjective meaning but only construed to mean that something you are looking for actually occurs.
In situation where a single trial is performed and the result is determined only to be a success or failure is called a Bernoulli event. Indeed, one could create a corresponding probability function using a random variable \(X\) over the space \(R = \{0, 1 \}\) mapping \(X\)(success) = 1 and \(X\)(Failure)=0. If p = P(Success) then
\begin{equation*} f(x) = p^x \cdot (1-p)^{1-x} \end{equation*}
would be a formula but which only related to two values:
\begin{equation*} P(\text{Failure}) = f(0) = (1-p) \end{equation*}
\begin{equation*} P(\text{Success}) = f(1) = p \end{equation*}
Notice that p=0 means that you will always get a failure and that p=1 means that you will always get a success. In these cases, \(X\) would no longer be a random variable since the outcome for \(X\) could be predicted with certainty. Therefore, we will always assume that \(0 < p < 1\text{.}\)
The Bernoulli distribution on its own is not extremely useful but serves as a starting point for several others that are useful. Indeed, in this chapter you will investigate distributions that relate some number of successes in multiple trials to some number of independent trials. The difference between these distributions will be that one of these variables will be fixed and the other one will be variable.
In this chapter, you will investigate the following distributions:
  1. Binomial - the number of trials is fixed and \(X\) measures the variable number of successes
  2. Geometric - the number of successes is fixed--at 1--and \(X\) measures the variable number of trials
  3. Negative Binomial - the number of successes is fixed and \(X\) measures the variable number of trials