Geometric Distribution
Created on 2022-06-04T18:21:17-05:00
f(x) = (1-p)^(x-1)p
- x is the number of trials while x-1 is the number of failures.
- Probability of finding a success
Gives the probability of having a single success after a number of trials (all failures and the eventual success.)
Based around having to go through some number of failures to find a single success.