What is the PMF of a geometric distribution?
P(X=x) = p(1-p)^n-1
What does a Geometric distribution model?
A geometric random variable models the number of successive independent Betnoulli trials that must be performed to obtain the first “success”.
What is the expected value of a geometric distribution?
1/p
What is the variance of a geometric distribution?
(1-p)/p^2
What is the moment generating of the geometric distribution?
Mt(x) = (p/(1-qe^t))
Where P equals the probability of success, q equals the probability of failure.