The geometric distribution is a discrete probability distribution that models the number of independent Bernoulli trials needed to obtain the first success. It is the discrete distribution with the memoryless property, mirroring the Exponential Distribution in continuous time.
A random variable \(X\) follows a geometric distribution with success probability \(p \in (0, 1]\) if it counts the trial on which the first success occurs,
Interpretation: The first \(k - 1\) trials are failures, each with probability \(1 - p\), followed by a success with probability \(p\). An alternative convention counts the number of failures before the first success, supported on \(\{0, 1, 2, \ldots\}\).
Exponential Distribution: The continuous analogue; both are the unique memoryless distributions in their respective settings.
Binomial Distribution: Both arise from sequences of independent Bernoulli trials — binomial counts successes in \(n\) trials, geometric counts trials until the first success.
Negative binomial: The number of trials until the \(r\)-th success is a sum of \(r\) independent geometric random variables.
7 Examples and Applications
The number of fair coin flips until the first head is \(X \sim
\text{Geometric}(0.5)\), with \(\mathbb{E}[X] = 2\).
The number of independent attempts until a machine first fails, when each attempt fails with probability \(p\), is geometrically distributed.
The position of the first defective item on a production line, when each item is independently defective with probability \(p\), follows \(\text{Geometric}(p)\).