Geometric Distribution

In probability theory and statistics, the geometric distribution is either one of two discrete probability distributions:

  • The probability distribution of the number of Bernoulli trials needed to get one success, supported on the set ;
  • The probability distribution of the number of failures before the first success, supported on the set .
Geometric
Probability mass function
Geometric Distribution
Cumulative distribution function
Geometric Distribution
Parameters success probability (real) success probability (real)
Support k trials where k failures where
PMF
CDF for ,
for
for ,
for
Mean
Median


(not unique if is an integer)


(not unique if is an integer)
Mode
Variance
Skewness
Excess kurtosis
Entropy
MGF
for

for
CF
PGF

Which of these is called 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 ); 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 independent trials, each with success probability . If the probability of success on each trial is , then the probability that the -th trial is the first success is

for

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:

for

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 and is a geometric distribution with .

The geometric distribution is denoted by Geo(p) where .

Definitions

Consider a sequence of trials, where each trial has only two possible outcomes (designated failure and success). The probability of success is assumed to be the same for each trial. In such a sequence of trials, the geometric distribution is useful to model the number of failures before the first success since the experiment can have an indefinite number of trials until success, unlike the binomial distribution which has a set number of trials. The distribution gives the probability that there are zero failures before the first success, one failure before the first success, two failures before the first success, and so on.

Assumptions: When is the geometric distribution an appropriate model?

The geometric distribution is an appropriate model if the following assumptions are true.

  • The phenomenon being modelled is a sequence of independent trials.
  • There are only two possible outcomes for each trial, often designated success or failure.
  • The probability of success, p, is the same for every trial.

If these conditions are true, then the geometric random variable Y is the count of the number of failures before the first success. The possible number of failures before the first success is 0, 1, 2, 3, and so on. In the graphs above, this formulation is shown on the right.

An alternative formulation is that the geometric random variable X is the total number of trials up to and including the first success, and the number of failures is X − 1. In the graphs above, this formulation is shown on the left.

Probability outcomes examples

The general formula to calculate the probability of k failures before the first success, where the probability of success is p and the probability of failure is q = 1 − p, is

    Geometric Distribution 

for k = 0, 1, 2, 3, ...

E1) A doctor is seeking an antidepressant for a newly diagnosed patient. Suppose that, of the available anti-depressant drugs, the probability that any particular drug will be effective for a particular patient is p = 0.6. What is the probability that the first drug found to be effective for this patient is the first drug tried, the second drug tried, and so on? What is the expected number of drugs that will be tried to find one that is effective?

The probability that the first drug works. There are zero failures before the first success. Y = 0 failures. The probability Pr(zero failures before first success) is simply the probability that the first drug works.

    Geometric Distribution 

The probability that the first drug fails, but the second drug works. There is one failure before the first success. Y = 1 failure. The probability for this sequence of events is Pr(first drug fails) Geometric Distribution  p(second drug succeeds), which is given by

    Geometric Distribution 

The probability that the first drug fails, the second drug fails, but the third drug works. There are two failures before the first success. Y = 2 failures. The probability for this sequence of events is Pr(first drug fails) Geometric Distribution  p(second drug fails) Geometric Distribution  Pr(third drug is success)

    Geometric Distribution 

E2) A newlywed couple plans to have children and will continue until the first girl. What is the probability that there are zero boys before the first girl, one boy before the first girl, two boys before the first girl, and so on?

The probability of having a girl (success) is p= 0.5 and the probability of having a boy (failure) is q = 1 − p = 0.5.

The probability of no boys before the first girl is

    Geometric Distribution 

The probability of one boy before the first girl is

    Geometric Distribution 

The probability of two boys before the first girl is

    Geometric Distribution 

and so on.

Properties

Moments and cumulants

The expected value for the number of independent trials to get the first success, and the variance of a geometrically distributed random variable X is:

    Geometric Distribution 

Similarly, the expected value and variance of the geometrically distributed random variable Y = X - 1 (See definition of distribution Geometric Distribution ) is:

    Geometric Distribution 

Proof

Expected value of X

Consider the expected value Geometric Distribution  of X as above, i.e. the average number of trials until a success. On the first trial we either succeed with probability Geometric Distribution , or we fail with probability Geometric Distribution . If we fail the remaining mean number of trials until a success is identical to the original mean. This follows from the fact that all trials are independent. From this we get the formula:

Geometric Distribution 

which if solved for Geometric Distribution  gives:

Geometric Distribution 

Expected value of Y

That the expected value of Y as above is (1 − p)/p can be trivially seen from Geometric Distribution  which follows from the linearity of expectation, or can be shown in the following way:

Geometric Distribution 

The interchange of summation and differentiation is justified by the fact that convergent power series converge uniformly on compact subsets of the set of points where they converge.

Let μ = (1 − p)/p be the expected value of Y. Then the cumulants Geometric Distribution  of the probability distribution of Y satisfy the recursion

    Geometric Distribution 

Expected value examples

E3) A patient is waiting for a suitable matching kidney donor for a transplant. If the probability that a randomly selected donor is a suitable match is p = 0.1, what is the expected number of donors who will be tested before a matching donor is found?

With p = 0.1, the mean number of failures before the first success is E(Y) = (1 − p)/p =(1 − 0.1)/0.1 = 9.

For the alternative formulation, where X is the number of trials up to and including the first success, the expected value is E(X) = 1/p = 1/0.1 = 10.

For example 1 above, with p = 0.6, the mean number of failures before the first success is E(Y) = (1 − p)/p = (1 − 0.6)/0.6 = 0.67.

Higher-order moments

The moments for the number of failures before the first success are given by

    Geometric Distribution 

where Geometric Distribution  is the polylogarithm function.

General properties

      Geometric Distribution 
      Geometric Distribution 
    The geometric distribution supported on {0, 1, 2, 3, ... } is the only memoryless discrete distribution. Note that the geometric distribution supported on {1, 2, ... } is not memoryless.
  • Among all discrete probability distributions supported on {1, 2, 3, ... } with given expected value μ, the geometric distribution X with parameter p = 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.[citation needed] For example, the hundreds digit D has this probability distribution:
      Geometric Distribution 
    where q = 1 − p, 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.
  • 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 p, then the sum
      Geometric Distribution 
    follows a negative binomial distribution with parameters r and p.
  • The geometric distribution is a special case of discrete compound Poisson distribution.
  • If Y1, ..., Yr are independent geometrically distributed variables (with possibly different success parameters pm), then their minimum
      Geometric Distribution 
    is also geometrically distributed, with parameter Geometric Distribution 
  • Suppose 0 < r < 1, and for k = 1, 2, 3, ... the random variable Xk has a Poisson distribution with expected value rk/k. Then
      Geometric Distribution 
    has a geometric distribution taking values in the set {0, 1, 2, ...}, with expected value r/(1 − r).[citation needed]
  • The exponential distribution is the continuous analogue of the geometric distribution. If X is an exponentially distributed random variable with parameter λ, then
      Geometric Distribution 
    where Geometric Distribution  is the floor (or greatest integer) function, is a geometrically distributed random variable with parameter p = 1 − eλ (thus λ = −ln(1 − p)) and taking values in the set {0, 1, 2, ...}. This can be used to generate geometrically distributed pseudorandom numbers by first generating exponentially distributed pseudorandom numbers from a uniform pseudorandom number generator: then Geometric Distribution  is geometrically distributed with parameter Geometric Distribution , if Geometric Distribution  is uniformly distributed in [0,1].
  • If p = 1/n and X is geometrically distributed with parameter p, then the distribution of X/n approaches an exponential distribution with expected value 1 as n → ∞, since
      Geometric Distribution 

More generally, if p = λ/n, where λ is a parameter, then as n→ ∞ the distribution of X/n approaches an exponential distribution with rate λ:

    Geometric Distribution 

therefore the distribution function of X/n converges to Geometric Distribution , which is that of an exponential random variable.

Statistical inference

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 k = k1, ..., kn be a sample where ki ≥ 1 for i = 1, ..., n. Then p can be estimated as

    Geometric Distribution 

In Bayesian inference, the Beta distribution is the conjugate prior distribution for the parameter p. If this parameter is given a Beta(αβ) prior, then the posterior distribution is

    Geometric Distribution 

The posterior mean E[p] approaches the maximum likelihood estimate Geometric Distribution  as α and β approach zero.

In the alternative case, let k1, ..., kn be a sample where ki ≥ 0 for i = 1, ..., n. Then p can be estimated as

    Geometric Distribution 

The posterior distribution of p given a Beta(αβ) prior is

    Geometric Distribution 

Again the posterior mean E[p] approaches the maximum likelihood estimate Geometric Distribution  as α and β approach zero.

For either estimate of Geometric Distribution  using Maximum Likelihood, the bias is equal to

    Geometric Distribution 

which yields the bias-corrected maximum likelihood estimator

    Geometric Distribution 

Computational methods

Geometric distribution using R

The R function dgeom(k, prob) calculates the probability that there are k failures before the first success, where the argument "prob" is the probability of success on each trial.

For example,

dgeom(0,0.6) = 0.6

dgeom(1,0.6) = 0.24

R uses the convention that k is the number of failures, so that the number of trials up to and including the first success is k + 1.

The following R code creates a graph of the geometric distribution from Y = 0 to 10, with p = 0.6.

Y=0:10  plot(Y, dgeom(Y,0.6), type="h", ylim=c(0,1), main="Geometric distribution for p=0.6", ylab="Pr(Y=Y)", xlab="Y=Number of failures before first success") 

Geometric distribution using Excel

The geometric distribution, for the number of failures before the first success, is a special case of the negative binomial distribution, for the number of failures before s successes.

The Excel function NEGBINOMDIST(number_f, number_s, probability_s) calculates the probability of k = number_f failures before s = number_s successes where p = probability_s is the probability of success on each trial. For the geometric distribution, let number_s = 1 success.

For example,

    =NEGBINOMDIST(0, 1, 0.6) = 0.6
    =NEGBINOMDIST(1, 1, 0.6) = 0.24

Like R, Excel uses the convention that k is the number of failures, so that the number of trials up to and including the first success is k + 1.

See also

References

Tags:

Geometric Distribution DefinitionsGeometric Distribution PropertiesGeometric Distribution Related distributionsGeometric Distribution Statistical inferenceGeometric Distribution Computational methodsGeometric DistributionDiscrete probability distributionProbability theoryStatistics

🔥 Trending searches on Wiki English:

Megan FoxLuca GuadagninoMark WahlbergList of Billboard Hot 100 number ones of 2023NetherlandsJon Bon JoviDeadpool & WolverineWrestleMania XLInter Miami CFNelson MandelaMartin SheenJesus2022 NFL draftAnti-Hero (song)Barbie (film)Net neutralityEmma RobertsThree-body problemPornhub2024 Mutua Madrid Open – Men's singlesKylian MbappéTLC (group)Election Commission of IndiaAnyone but YouList of presidents of the United StatesJoseph StalinThe Idea of YouTheo JamesYandex.ZenSpice GirlsList of hat stylesRonald ReaganReggie BushBaby ReindeerDrake (musician)Marc-André LeclercApocalypse Now ReduxKellie PicklerEnglish languageUnited KingdomNava MauEuropean UnionOpinion polling for the 2024 Indian general electionSexThe Rookie (TV series)AadhaarBabe RuthList of highest-grossing Malayalam filmsExhumaSam PitrodaList of most-streamed artists on SpotifyRihannaCaleb WilliamsDark webRonnie O'SullivanBarry KeoghanIndian Premier LeagueAntónio de Oliveira SalazarGoogle ScholarList of prime ministers of IndiaDavid BeckhamMahatma GandhiFIFA World CupWordleSylvester StalloneJames VI and IBruno FernandesYou Should Have LeftVicky LópezTom CruiseDream11StripchatRonan FarrowRobert Downey Jr.Michael Jackson🡆 More