Geometric Distribution
- Notation
Interpretation
- Geometric Distribution studies the number of failures until the first success in independent trials with probability {% math %}p{% endmath %} of success and {% math %}1 - p{% endmath %} of failure on each trial. Geometric Distribution is a special case of the negative binomial distribution and it deals with the number of trials required for a single success.
- Type:
- Discrete
- Parameter(s):
- - probability of success on a single trial
- Probability Density Function:
- Range:
- Mean:
- Variance:
Application:
- The geometric distribution is the simplest probability distribution about the waiting time distribution.
- The geometric distribution has the “memoryless” property, that is, it forgets what has happened. The probability of getting an additional {% math %}s-t{% endmath %} failures is the same as the probability of observing {% math %}s-t{% endmath %} failures at the start of the sequence if we already observed {% math %}t{% endmath %} failures. For example, in coin flipping, we can use geometric distribution to estimate the number of tosses needed for getting the first head.