In probability theory and statistics, the geometric distribution is either one of two discrete probability distributions:
The probability distribution of the number X {\displaystyle X} of Bernoulli trials needed to get one success, supported on N = { 1 , 2 , 3 , … } {\displaystyle \mathbb {N} =\{1,2,3,\ldots \}} ; The probability distribution of the number Y = X − 1 {\displaystyle Y=X-1} of failures before the first success, supported on N 0 = { 0 , 1 , 2 , … } {\displaystyle \mathbb {N} _{0}=\{0,1,2,\ldots \}} . These two different geometric distributions should not be confused with each other. Often, the name shifted geometric distribution is adopted for the former one (distribution of X {\displaystyle X} ); however, to avoid ambiguity, it is considered wise to indicate which is intended, by mentioning the support explicitly. The geometric distribution gives the probability that the first occurrence of success requires k {\displaystyle k} independent trials, each with success probability p {\displaystyle p} . If the probability of success on each trial is p {\displaystyle p} , then the probability that the k {\displaystyle k} -th trial is the first success is
Pr ( X = k ) = ( 1 − p ) k − 1 p {\displaystyle \Pr(X=k)=(1-p)^{k-1}p}
for k = 1 , 2 , 3 , 4 , … {\displaystyle k=1,2,3,4,\dots }
The above form of the geometric distribution is used for modeling the number of trials up to and including the first success. By contrast, the following form of the geometric distribution is used for modeling the number of failures until the first success:
Pr ( Y = k ) = Pr ( X = k + 1 ) = ( 1 − p ) k p {\displaystyle \Pr(Y=k)=\Pr(X=k+1)=(1-p)^{k}p}
for k = 0 , 1 , 2 , 3 , … {\displaystyle k=0,1,2,3,\dots }
The geometric distribution gets its name because its probabilities follow a geometric sequence. It is sometimes called the Furry distribution after Wendell H. Furry.
… excerpt ends here. Continue reading the full article.



