You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
The probability generating function (PGF) is a tool for working with discrete random variables that take non-negative integer values. It encodes the entire probability distribution and provides elegant methods for finding means, variances, and distributions of sums.
For a discrete random variable X taking values 0,1,2,…, the PGF is:
GX(t)=E(tX)=∑r=0∞P(X=r)⋅tr
This is a power series in t, where the coefficient of tr is P(X=r).
The probabilities can be recovered from the PGF:
P(X=r)=r!GX(r)(0)
In particular:
Also, GX(1)=∑P(X=r)=1 (always).
| Distribution | PGF GX(t) |
|---|---|
| Bernoulli(p) | 1−p+pt=q+pt |
| B(n,p) | (q+pt)n |
| Geometric(p) (starting from 1) | 1−qtpt, $ |
| Po(λ) | eλ(t−1) |
Derivation for Poisson:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.