Skip to content

Prob Summary

Distributions

Either discrete or continuous or mixed.

Discrete Distributions

given with the probability function P(X=x), where xP(X=x)=1.

μ=E(X)=xxP(X=x)σ2=var(X)=E(Xμ)2,σ=var(X)

Continuous Distributions

Continuous distributions are given are given by the density function f(x), such that P(a<x<b)=abf(x)dx

μ=E(X)=+xf(x)var(X)=E(X2)(EX)2(while E(X2)=+x2f(x)dx

Discrete Distributions

Poisson Distribution

x counts the number of "rare events" in an area and/or period, with expectation μ

P(X=x)=μxx!eμE(X)=var(X)=μ

Hypergeometric Distribution

n draws without replacement from R red and N-R white balls; X = # of red balls.

P(X=x)=(Rx)(NRnx)(NR)

Binomial Distribution

applies to situations where we count the number of successes in n Bernoulli trials with success rate p: X = # of successes

P(X=x)=(nx)px(1p)nxE(X)=npvar(X)=np(1p)

Normal approx of the binomial Distribution

with the N(np,np(1p))dist if n25,np5 and n(1p)5

Don't forget the continuity correction.

Continuous Distributions

Uniform Distribution

Model for random numbers drawn from an interval, Especially (0, 1).

U U(a,b)f(x)=1ba,axbE(X)=a+b2var(X)=(ba)212

Exponential Distribution

Model for waiting times, inter-arrival times and lifetimes

U Exp(λ)f(x)=λeλx,x0E(X)=1λvar(X)=1λ2P(X>x)=eλx

Normal Distribution

Model for “natural quantities” variables in nature, economy, etc.

X N(μ,σ2E(X)=μvar(X)=σ2Z=Xμσ N(0,1)