Geometric distribution
From Wikipedia, the free encyclopedia
Probability mass function |
|
Cumulative distribution function |
|
Parameters | success probability (real) |
---|---|
Support | |
Probability mass function (pmf) | |
Cumulative distribution function (cdf) | |
Mean | |
Median | (not unique if − log(2) / log(1 − p1) is an integer) |
Mode | 1 |
Variance | |
Skewness | |
Excess kurtosis | |
Entropy | |
Moment-generating function (mgf) | |
Characteristic function | (where q = 1 − p1) |
In probability theory and statistics, the geometric distribution is either of two discrete probability distributions:
- the probability distribution of the number X of Bernoulli trials needed to get one success, supported on the set { 1, 2, 3, ...}, or
- the probability distribution of the number Y = X − 1 of failures before the first success, supported on the set { 0, 1, 2, 3, ... }.
Which of these one calls "the" geometric distribution is a matter of convention and convenience.
If the probability of success on each trial is p1, then the probability that k trials are needed to get one success is
for k = 1, 2, 3, ....
Equivalently, if the probability of success on each trial is p0, then the probability that there are k failures before the first success is
for k = 0, 1, 2, 3, ....
In either case, the sequence of probabilities is a geometric sequence.
For example, suppose an ordinary dice 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 p1 = 1/6.
Contents |
[edit] Moments and cumulants
The expected value of a geometrically distributed random variable X is 1 / p1 and the variance is :
Equivalently, an expected value of the geometrically distributed random variable Y is (1 − p0) / p0, and its variance is :
Let μ = (1 − p0) / p0 be the expected value of Y. Then the cumulants κn of the probability distribution of Y satisfy the recursion
[edit] Parameter estimation
For both variants of the geometric distribution, the parameter p can be estimated by equating the expected value with the sample mean. This is the method of moments, which in this case happens to yield maximum likelihood estimates of p.
Specifically, for the first variant let be a sample where for . Then p1 can be estimated as
In Bayesian inference, the Beta distribution is the conjugate prior distribution for the parameter p1. If this parameter is given a Beta(α, β) prior, then the posterior distribution is
The posterior mean E[p1] approaches the maximum likelihood estimate as α and β approach zero.
In the alternative case, let be a sample where for . Then p0 can be estimated as
The posterior distribution of p0 given a Beta(α, β) prior is
Again the posterior mean E[p0] approaches the maximum likelihood estimate as α and β approach zero.
[edit] Other properties
- The probability-generating functions of X and Y are, respectively,
- Like its continuous analogue (the exponential distribution), the geometric distribution is memoryless. That means that if you intend to repeat an experiment until the first success, then, given that the first success has not yet occurred, the conditional probability distribution of the number of additional trials does not depend on how many failures have been observed. The die one throws or the coin one tosses does not have a "memory" of these failures. The geometric distribution is in fact the only memoryless discrete distribution.
- Among all discrete probability distributions supported on {1, 2, 3, ... } with given expected value μ, the geometric distribution X with parameter p1 = 1/μ is the one with the largest entropy.
- The geometric distribution of the number Y of failures before the first success is infinitely divisible, i.e., for any positive integer n, there exist independent identically distributed random variables Y1, ..., Yn whose sum has the same distribution that Y has. These will not be geometrically distributed unless n = 1; they follow a negative binomial distribution.
- The decimal digits of the geometrically distributed random variable Y are a sequence of independent (and not identically distributed) random variables. For example, the hundreds digit D has this probability distribution:
- where q = 1 − p1, and similarly for the other digits, and, more generally, similarly for numeral systems with other bases than 10. When the base is 2, this shows that a geometrically distributed random variable can be written as a sum of independent random variables whose probability distributions are indecomposable.
[edit] Related distributions
- The geometric distribution Y is a special case of the negative binomial distribution, with r = 1. More generally, if Y1,...,Yr are independent geometrically distributed variables with parameter p1, then
- follows a negative binomial distribution with parameters r and p1.
- If Y1,...,Yr are independent geometrically distributed variables (with possibly different success parameters ), then their minimum
- is also geometrically distributed, with parameter p1 given by
- Suppose 0 < r < 1, and for k = 1, 2, 3, ... the random variable Xk has a Poisson distribution with expected value rk/k. Then
- has a geometric distribution taking values in the set {0, 1, 2, ...}, with expected value r/(1 − r).