0% found this document useful (0 votes)
53 views1 page

Some Important Discrete Distributions: N K K N K 2

This document introduces five important discrete probability distributions: [1] The binomial distribution describes the number of successes in Bernoulli trials and is characterized by parameters n and p. [2] The Poisson distribution models rare events and is characterized by parameter λ. It can approximate the binomial when n is large and p is small. [3] The geometric distribution models the number of trials until the first success and is characterized by parameter p. [4] The negative binomial generalizes the geometric by modeling the number of trials until the rth success. [5] The hypergeometric distribution models sampling without replacement and is characterized by parameters N, m, and n.

Uploaded by

preetesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views1 page

Some Important Discrete Distributions: N K K N K 2

This document introduces five important discrete probability distributions: [1] The binomial distribution describes the number of successes in Bernoulli trials and is characterized by parameters n and p. [2] The Poisson distribution models rare events and is characterized by parameter λ. It can approximate the binomial when n is large and p is small. [3] The geometric distribution models the number of trials until the first success and is characterized by parameter p. [4] The negative binomial generalizes the geometric by modeling the number of trials until the rth success. [5] The hypergeometric distribution models sampling without replacement and is characterized by parameters N, m, and n.

Uploaded by

preetesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Math 461 Introduction to Probability A.J.

Hildebrand

Some important discrete distributions


1. Binomial:

Parameters: n (positive integer), p (0 p 1)


P.m.f.: p(k) = nk pk (1 p)nk (k = 0, 1, 2, . . . , n)


Expectation and variance: = np, 2 = np(1 p)


Arises as: Distribution of number of successes in success/failure trials (Bernoulli trials).

2. Poisson:

Parameter: > 0
k
P.m.f.: p(k) = e k! (k = 0, 1, 2, . . .)
Expectation and variance: = , 2 =
P n
Exponential series formula: n=0 n! = e
Arises as: Distribution of number of occurrences of rare events, e.g., accidents, disasters.
Poisson approximation to binomial distribution: A binomial distribution in which n is
large and p correspondingly small (so that np is of moderate size) is approximately Poisson with
parameter = np; i.e., if X has binomial distribution with parameters n and p as above, then
P (X = k) e k /k!, where = np.

3. Geometric:

Parameter: p (0 < p < 1)


P.m.f.: p(k) = (1 p)k1 p (k = 1, 2, . . .)
Expectation: = 1/p.
P n 1
Geometric series formula: n=0 r = 1r (|r| < 1)
Arises as: Distribution of time (trial) of first success in a success/failure trial sequence.

4. Negative binomial:
k1
(1 p)kr pr ,

P.m.f.: p(k) = r1 k = r, r + 1, . . .
Expectation: = r/p. (This is exactly r times the expectation of a geometric distribution. In
other words, the expected time of the r-th success is r times the expected time of the 1-st success.)
Arises as: Distribution of time (trial) of r-th success in asuccess/failure trial sequence. General-
izes the geometric distribution, which corresponds to the case r = 1.

5. Hypergeometric:

Parameters: N, m, n
 N m
P.m.f.: p(k) = m N

k nk / n (k = 0, 1, . . . , n)
Expectation: = (m/N )n. (In other words, the expected number of red balls in the sample is
exactly the fair share, namely the proportion of red balls in the entire box (i.e., m/N ) times the
number of balls in the sample (i.e., n).)
Arises as: The distribution of the number of red balls, if n balls are drawn without replacement
from a box containing a total of N balls, of which m are red.

You might also like