Chemistry Reference and  Research
           
 
Periodic Table
- standard table
- large table
 
Chemical Elements
- by name
- by symbol
- by atomic number
 
Chemical Properties
 
Chemical Reactions
 
Organic Chemistry
 
Branches of Chemistry
Analytical chemistry
Biochemistry
Computational Chemistry
Electrochemistry
Environmental chemistry
Geochemistry
Inorganic chemistry
Materials science
Medicinal chemistry
Nuclear chemistry
Organic chemistry
Pharmacology
Physical chemistry
Polymer chemistry
Supramolecular Chemistry
Thermochemistry

Geometric distribution

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 p, then the probability that n trials are needed to get one success is

P(X = n) = (1 - p)^{n-1}p\,

for n = 1, 2, 3, .... Equivalently the probability that there are n failures before the first success is

P(Y=n) = (1 - p)^n p\,

for n = 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.

\ E(X) = \frac{1}{p} \quad ; \quad \mbox{var}(X) = \frac{1-p}{p^2}.
  • Equivalently, the expected value of the geometrically distributed random variable Y is (1 − p)/p, and its variance is (1 − p)/p2.
\ E(Y) = \frac{1-p}{p} \quad ; \quad \mbox{var}(Y) = \frac{1-p}{p^2}.
G_X(s) = \frac{sp}{1-s(1-p)} \quad \textrm{and} \quad G_Y(s) = \frac{p}{1-s(1-p)}, \quad |s| < (1-p)^{-1}.

It is the special case of the negative binomial distribution in which r = 1. Like its continuous analogue (the exponential distribution), the geometric distribution is memoryless; in fact, it is the only memoryless discrete distribution.

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.

External links

01-04-2007 01:16:19
The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License. How to see transparent copy