FS1 - PGFs - Standard Distributions

There are some PGFs of common distributions you should be aware of. These are given in the formula booklet, but you are required to know their proof, and how to derive the mean and variance of their respective distribution. I'll show the four you need to know, and how to derive them, but I'll leave the derivation of the mean and variance to you, since it's just an exercise of differentiation like we did in the last section.

Poisson
You should be aware that: eλ=x=0λxx! and that for XPo(λ), we have: P(X=x)=eλλxx! Remember that the PGF, GX(t) is given by: GX(t)=x=0txP(X=x)=x=0txeλλxx! This is not too hard to evaluate, taking eλ out of the sum, and writing λxtx=(λt)x, we have: GX(t)=eλx=0(λt)xx!=eλeλt=eλ(t1) Binomial
We know the binomial theorem: (p+q)n=nk=0(nk)pkqnk and that for XB(n,p): P(X=k)=(nk)pk(1p)nk The PGF is then given by: GX(t)=nk=0tk(nk)pk(1p)nk This is, like the Poisson distribution, quite easy to deal with. We can just write tkpk=(tp)k, then we have: GX(t)=k=0(nk)(tp)k(1p)nk=(1p+tp)n Geometric
We know that: 11t=x=0tx for |t|<1, and that for XGeo(p): P(X=x)=p(1p)x1 So the PGF is given by: GX(t)=x=1txp(1p)x1 Taking out a factor of tp, and starting the sum from 0, we have: GX(t)=tpx=0(ttp)x Which is, by our previous fact, equal to: GX(t)=tp1(ttp)=tp1(1p)t Negative binomial
You'll probably be the least familiar with the negative binomial distribution. We start with the result that: x=r(x1r1)qxr=1(1q)r which is just the result we used for the geometric distribution differentiated r1 times. We know that for XNB(r,p), we have: P(X=x)=(x1r1)(1p)xrpr So the pgf is given by: GX(t)=x=r(x1r1)(1p)xrprtx The pr term is independent of the summation index, x, so can be extracted as a constant. In a similar way we did before, we'll also write tx=txrtr. tr is also independent of the summation index so that too can be taken out as constant. We can then write (1p)xrtxr=(ttp)xr, leaving us with: GX(t)=(pt)rx=r(x1r1)(ttp)xr=(pt)r(1(1p)t)r=(pt1(1p)t)r

Comments