A Discrete Distribution that can lead to Countably Infinite sequence of Independent Bernoulli Trials.
RV defined as
Commonly used when:
- Finding the waiting time of something to occur It is Memorylessness
PMF
- = probability of success.
- = probability of failure
- random variable for number of failures before success occurs. usually its success - 1.
- number of trials
CDF
Expectation formula
Example
Calculate the probability distribution for getting out of jail in MONOPOLY in x rolls of dice.
- Thus, we have 5 tries before getting a success
Geometric Distribution Table
With p = 0.1 q = 0.9
| x | P(x) |
|---|---|
| 0 | 0.9^0 * 0.1 |
| 1 | 0.9^1 * 0.1 = 0.09 |
| 2 | 0.9^2 * 0.1 = 0.081 |
| 3 | 0.9^3 * 0.1 = 0.0729 |