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)=∑xx⋅P(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)=∫−∞+∞x⋅f(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)(N−Rn−x)(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(1−p)n−xE(X)=npvar(X)=np(1−p)

Normal approx of the binomial Distribution

with the N(np,np(1−p))−dist if n≥25,np≥5 and n(1−p)≥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)=1b−a,a≤x≤bE(X)=a+b2var(X)=(b−a)212

Exponential Distribution

Model for waiting times, inter-arrival times and lifetimes

U Exp(λ)f(x)=λeλx,x≥0E(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)