You are on page 1of 2

Key discrete-type distributions

Bernoulli(p): 0p1 pmf: p(i) = mean: p p i=1 1p i=0 variance: p(1 p)

Example: One if heads shows and zero if tails shows for the ip of a coin. The coin is called fair if p= 1 2 and biased otherwise. Binomial(n, p): n 1, 0 p 1 pmf: p(i) = mean: np n i p (1 p)ni 0in i variance: np(1 p)

Signicance: Sum of n independent Bernoulli random variables with parameter p. Poisson(): 0 pmf: p(i) = mean: i e i0 i! variance:

Example: Number of phone calls placed during a ten second interval in a large city. Signicant property: The Poisson pmf is the limit of the binomial pmf as n + and p 0 in such a way that np . Geometric (p) : 0<p1 pmf: p(i) = (1 p)i1 p i1 1p 1 mean: variance: p p2 Example: Number of independent tosses of a coin until heads rst appears. Signicant property: If L has the geometric distribution with parameter p, P {L > i} = (1 p)i for integers i 1. So L has the memoryless property in discrete time: P {L > i + j | L > i} = P {L > j } for i, j 0. Any positive integer-valued random variable with this property has the geometric distribution for some p.

Key continuous-type distributions


Gaussian or Normal(, 2 ) R, 0
pdf : f (u) = 1 2 2

exp
u2

(u )2 2 2

mean:

variance: 2

Notation: Q(c) = 1 (c) = c 1 e 2 du 2 Signicant property (CLT): For independent, indentically distributed r.v.s with mean mean , variance 2 :
n

lim P

X1 + + Xn n c n 2

(c)

Exponential()
pdf: f (t) = et t 0 mean: 1 variance: 1 2

Example: Time elapsed between noon sharp and the rst time a telephone call is placed after that, in a city, on a given day. Signicant property: If T has the exponential distribution with parameter , P {T t} = et for t 0. So T has the memoryless property in continuous time: P {T s + t | T s} = P {T t} s, t 0

Any nonnegative random variable with the memoryless property in continuous time is exponentially distributed.

Uniform(a, b): < a < b <


pdf: f (u) =
1 ba

aub else

mean:

a+b 2

variance:

(b a)2 12

Erlang(r, ): r 1, 0
pdf: f (t) = r tr1 et (r 1)! t0 mean: r variance: r 2

Signicant property: The distribution of the sum of r independent random variables, each having the exponential distribution with parameter . (If r > 0 is real valued and (r 1)! is replaced by (r) the gamma distribution is obtained.)

Rayleigh( 2 ): 2 > 0
pdf: f (r) = mean: 2 r r2 exp 2 2 2 r>0 2 CDF : 1 exp r2 2 2

variance: 2 2

Example: Instantaneous value of the envelope of a mean zero, narrow band noise signal. Signicant property: If X and Y are independent, N (0, 2 ) random variables, then (X 2 + Y 2 ) 2 has the Rayleigh( 2 ) distribution. Failure rate function is linear: h(t) = t2 .
1

You might also like