Geometric Distribution

From GM-RKB
Jump to navigation Jump to search

A Geometric Distribution is a discrete probability distribution, it is a discrete analog of the exponential distribution.

[math]\displaystyle{ P(k)=p(1-p)^k=pq^k, }[/math]
and the distribution function is
[math]\displaystyle{ F(k)=\sum_{k=0}^{n}P(k)=1-q^{n+1} }[/math]


References

2016

Which of these one calls "the" geometric distribution is a matter of convention and convenience.
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 the number X); however, to avoid ambiguity, it is considered wise to indicate which is intended, by mentioning the support explicitly.
It’s the probability that the first occurrence of success requires k number of independent trials, each with success probability p. If the probability of success on each trial is p, then the probability that the kth trial (out of k trials) is the first success is
[math]\displaystyle{ \Pr(X = k) = (1-p)^{k-1}\,p\, }[/math]
for k = 1, 2, 3, ....
The above form of 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:
[math]\displaystyle{ \Pr(Y=k) = (1 - p)^k\,p\, }[/math]
for k = 0, 1, 2, 3, ....
In either case, the sequence of probabilities is a geometric sequence.
For example, suppose an ordinary die is thrown repeatedly until the first time a "1" appears. The probability distribution of the number of times it is thrown is supported on the infinite set { 1, 2, 3, ... } and is a geometric distribution with p = 1/6.

2008

2006

1999

[math]\displaystyle{ P(n)=p(1-p)^n=pq^n, }[/math]
where [math]\displaystyle{ 0\lt p\lt 1, q=1-p }[/math] and distribution function is
[math]\displaystyle{ D(n)=\sum_{k=0}^{n}P(k)=1-q^{n+1} }[/math]

The geometric distribution is the only discrete memoryless random distribution. It is a discrete analog of the exponential distribution.