توزيع هندسي

Geometric
Probability mass function
Cumulative distribution function
المتغيرات 0<p1 success probability (real) 0<p1 success probability (real)
Support k{1,2,3,} k{0,1,2,3,}
Probability mass function (pmf) (1p)k1p (1p)kp
Cumulative distribution function (cdf) 1(1p)k 1(1p)k+1
Mean 1p 1pp
Median 1log2(1p) (not unique if 1/log2(1p) is an integer) 1log2(1p)1 (not unique if 1/log2(1p) is an integer)
Mode 1 0
Variance 1pp2 1pp2
Skewness 2p1p 2p1p
Excess kurtosis 6+p21p 6+p21p
Entropy (1p)log2(1p)plog2pp (1p)log2(1p)plog2pp
Moment-generating function (mgf) pet1(1p)et,
for t<ln(1p)
p1(1p)et
Characteristic function peit1(1p)eit p1(1p)eit

التوزيع الهندسي Geometric distribution وهو جزء من التوزيع الاحتمالي الغير متعلق بمحاولات برنولي Bernoulli trials. ويستخدم التوزيع الهندسي كم عدد المحاولات التي نحتاجها للحصول على النتيجة المطلوبة P(W)=p*(1p)k1

مثال ليكن لدينا نرد متجانس (1,2,3,4,5,6,) كم عدد المحاولات (n) التي نحتاجها للحصول على الرقم 6 الحل :

الاحتمال الصحيح P = 1/6

الاحتمالات الخاطئة q=1-P = 5/6

P(W)=p(1p)n1=pqn1(n=1,2)

p(w)=(1/5)*(5/6)(n1)


العزوم والتراكمات

The expected value of a geometrically distributed random variable X is 1/p and the variance is (1 − p)/p2:

E(X)=1p,var(X)=1pp2.

Similarly, the expected value of the geometrically distributed random variable Y is (1 − p)/p, and its variance is (1 − p)/p2:

E(Y)=1pp,var(Y)=1pp2.

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

κn+1=μ(μ+1)dκndμ.

Outline of proof: That the expected value is (1 − p)/p can be shown in the following way. Let Y be as above. Then

E(Y)=k=0(1p)kpk=pk=0(1p)kk=p[ddp(k=0(1p)k)](1p)=p(1p)ddp1p=1pp.

(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.)


خواص أخرى

GX(s)=sp1s(1p),[10pt]GY(s)=p1s(1p),|s|<(1p)1.

توزيعات ذات صلة

  • 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
Z=m=1rYm
follows a negative binomial distribution with parameters r and '1-'p.
  • If Y1, ..., Yr are independent geometrically distributed variables (with possibly different success parameters pm), then their minimum
W=minm1,,rYm
is also geometrically distributed, with parameter p=1m(1pm).
  • Suppose 0 < r < 1, and for k = 1, 2, 3, ... the random variable Xk has a Poisson distribution with expected value r k/k. Then
k=1kXk
has a geometric distribution taking values in the set {0, 1, 2, ...}, with expected value r/(1 − r).
  • The exponential distribution is the continuous analogue of the geometric distribution. If X is an exponentially distributed random variable with parameter λ, then
Y=X,
where is the floor (or greatest integer) function, is a geometrically distributed random variable with parameter p = 1 − eλ (thus λ = −ln(1 − p)[1]) 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 ln(U)/ln(1p) is geometrically distributed with parameter p, if U is uniformly distributed in [0,1].

انظر أيضاً

الهامش

وصلات خارجية

قالب:Common univariate probability distributions