B2 - common discrete random variables

distribution functions

  • let X be a discrete RV, then the probability mass function (PMF) is defined as:
pX(a)=P(X=a))

where, xpX(x=1

  • the cumulative distribution function (CDF) of X is defined as:
FX(a):=P{Xa}xapX(c)
  • the tail of X is defined as:
F¯X(a)=P{X>a}=x>apX(x)=1FX(a)

bernoulli (p)

X={1with probability p,0otherwise. XBernoulli(p) pX(1)=ppX(0)=1p

binomial (n,p)

pX(i)=P{X=i}=(np)pi(1p)ni

where, i=0,1,2,,n

XBinomial(n,p)

geometric (p)

pX=P{X=i}=(1p)i1p

where, i=1,2,3,

XGeometric(n,p)

poisson (λ)

pX(i)=eλλii!

where, i=0,1,2,