Common Distributions and Transform Methods (MGF, Characteristic Functions)
The standard catalogue of laws and the transforms - moment generating and characteristic functions - that make sums, moments, and limits tractable.
Leads to: Characteristic functions prove the CLT (7.6); the Gaussian MGF recurs throughout finance.
Learning Objectives
Click a status chip to cycle: Not started → In progress → Studied → Practiced → Needs review → Mastered.
- Recall the defining parameters, mean, and variance of the key discrete and continuous laws.
- Define the MGF and characteristic function and use them to generate moments.
- Prove that the transform of a sum of independent variables is the product of transforms.
- Identify a distribution from its characteristic function via the uniqueness theorem.
Key Vocabulary
- Moment generating function
- \(M_X(t)=\E[e^{tX}]\); when finite near 0, its derivatives at 0 give the moments.
- Characteristic function
- \(\phi_X(t)=\E[e^{itX}]\); always exists, uniquely determines the law.
- Gaussian law
- \(\Normal(\mu,\sigma^2)\) with density \(\tfrac{1}{\sqrt{2\pi}\sigma}e^{-(x-\mu)^2/2\sigma^2}\); \(\phi(t)=e^{i\mu t-\sigma^2 t^2/2}\).
- Poisson law
- Counts of rare events; \(\Prob(N=k)=e^{-\lambda}\lambda^k/k!\), mean = variance = \(\lambda\).
- Uniqueness theorem
- Equal characteristic functions imply equal laws; convergence of \(\phi\) gives convergence in distribution (Levy).
- Convolution
- The law of \(X+Y\) for independent \(X,Y\); its transform is the product \(\phi_X\phi_Y\).
Intuition & Motivation
A working catalogue
| Law | Parameters | Mean | Variance |
|---|---|---|---|
| Bernoulli(p) | \(p\in[0,1]\) | \(p\) | \(p(1-p)\) |
| Binomial(n,p) | \(n,p\) | \(np\) | \(np(1-p)\) |
| Poisson(\(\lambda\)) | \(\lambda\gt 0\) | \(\lambda\) | \(\lambda\) |
| Geometric(p) | \(p\) | \(1/p\) | \((1-p)/p^2\) |
| Uniform(a,b) | \(a\lt b\) | \((a+b)/2\) | \((b-a)^2/12\) |
| Exponential(\(\lambda\)) | \(\lambda\gt 0\) | \(1/\lambda\) | \(1/\lambda^2\) |
| Normal(\(\mu,\sigma^2\)) | \(\mu,\sigma^2\) | \(\mu\) | \(\sigma^2\) |
| Gamma(\(\alpha,\beta\)) | shape,rate | \(\alpha/\beta\) | \(\alpha/\beta^2\) |
Transforms and moments
Consequences drop out immediately: a sum of independent Poissons is Poisson (rates add); a sum of independent Gaussians is Gaussian (means and variances add). The Gaussian characteristic function \(\phi(t)=e^{i\mu t-\sigma^2t^2/2}\) times itself just adds parameters.
Interactive: shape of the standard laws
- Using the MGF when it does not exist - heavy-tailed laws (e.g. Cauchy) have no MGF; use the characteristic function.
- Forgetting the factor \(i\): \(\phi_X(t)=\E[e^{itX}]\), so \(\E[X^k]=i^{-k}\phi_X^{(k)}(0)\).
- Multiplying transforms of dependent variables - the product rule needs independence.
- Confusing Poisson (variance = mean) with binomial; they agree only in the rare-event limit.
- Recognize a Gaussian instantly from \(\phi(t)=e^{i\mu t-\sigma^2t^2/2}\) - the quadratic exponent is the signature.
- To find the law of a sum, multiply transforms and match to a known form rather than convolving densities.
- The characteristic function is the right tool for the CLT because Levy’s theorem converts its limit into distributional convergence.
Knowledge Check
Practical Exercise
Let \(X_1,\dots,X_n\) be independent Exponential(\(\lambda\)). (a) Write the MGF of one \(X_i\) (for \(t\lt \lambda\)). (b) Deduce the MGF of \(S_n=\sum X_i\) and identify its distribution.
(a) \(M_{X}(t)=\int_0^\infty e^{tx}\lambda e^{-\lambda x}dx=\dfrac{\lambda}{\lambda-t}\) for \(t\lt \lambda\).
(b) By independence \(M_{S_n}(t)=\big(\tfrac{\lambda}{\lambda-t}\big)^n=\big(1-t/\lambda\big)^{-n}\).
This is the MGF of a Gamma(shape \(n\), rate \(\lambda\)) law - the Erlang distribution. So a sum of \(n\) i.i.d. exponentials is Gamma\((n,\lambda)\), which models the waiting time until the \(n\)-th event of a Poisson process.
Lesson Summary
Formula Sheet Additions
- Did I confirm the MGF exists before using it (finite near 0)?
- Did I require independence before multiplying transforms?
- Did I match the resulting transform to a known law?
Retrieval Practice
Close the lesson and answer from memory before checking. This is deliberate, effortful recall - the single highest-yield study action.
A: Because \(e^{t(X+Y)}=e^{tX}e^{tY}\) and independence factorizes the expectation, giving \(M_{X+Y}=M_XM_Y\) (same for \(\phi\)).
A: \(\phi(t)=e^{i\mu t-\sigma^2 t^2/2}\).
A: Both equal \(\lambda\).
Flashcards
Click to flip. These feed the site-wide spaced-repetition queue.
Completion Checklist
- I can explain the core ideas in my own words
- I worked the derivations/examples by hand
- I completed the interactive workbench(es)
- I passed the knowledge check
Source References
This lesson synthesizes and paraphrases concepts from the sources below. No copyrighted text, problem sets, or solutions are reproduced. Return to the originals for full depth.
- Probability: Theory and Examples (Rick Durrett, 5th ed.) current - Ch. 2-3 - Ch. 2-3: distributions, characteristic functions, uniqueness and continuity.
- Measure, Integration & Real Analysis (Sheldon Axler, GTM 282) current - Ch. 3 - Integration machinery behind transform integrals.