Sums of Independent Random Variables and Convolution
Convolution: The Hard Way and the Easy Way
Finding the distribution of for independent continuous RVs requires the convolution integral: . For a sum of independent RVs, this becomes an -fold iterated integral β increasingly unmanageable.
Transforms convert convolution to multiplication: . Multiply, then invert. This is the fundamental strategy of this section.
Theorem: The Convolution Theorem
Let and be independent random variables. The PDF of is the convolution , and the CF satisfies
Conversely, if and in a neighborhood of , then β deconvolution in the transform domain.
Convolution in the "time" (probability) domain corresponds to multiplication in the "frequency" (transform) domain. This is the same principle that makes Fourier analysis powerful in signal processing.
Write the expectation
.
Factor by independence
.
Example: Sum of Independent Gaussian Random Variables
Let be independent for . Find the distribution of .
Multiply the CFs
Identify by uniqueness
This is the CF of .
The Gaussian family is closed under convolution: sums of independent Gaussians are Gaussian. The mean and variance simply add.
Key Takeaway
The Gaussian distribution is stable under addition: a sum of independent Gaussians is Gaussian. This is the reason the Gaussian plays such a central role β it is the only distribution (up to trivial scaling) that is a fixed point of the operation "sum, then rescale," which is exactly what the CLT describes.
Example: Sum of Independent Exponentials is Gamma
Let be i.i.d. . Find the distribution of .
Multiply MGFs
.
Identify
This is the MGF of , confirming that . The sum of i.i.d. exponentials with rate is a Gamma with shape and rate .
For integer, this is also the Erlang distribution, which models the waiting time until the -th arrival in a Poisson process with rate .
Convolution via Characteristic Functions
This plot shows two independent distributions and (top), their characteristic functions (middle), and the distribution of obtained by multiplying the CFs and inverting (bottom). Adjust the distributions to see how the transform domain simplifies convolution.
Parameters
Thermal Noise as a Sum of Independent Contributions
In electronic systems, thermal noise arises from the random motion of electrons in resistive elements. The total noise voltage is a sum of contributions from many independent sources β different circuit components, amplifier stages, and antenna elements. By the CLT (Section Β§The Law of Large Numbers and Central Limit Theorem), this sum is approximately Gaussian regardless of the distribution of individual contributions. The transform approach makes this rigorous: the CF of the sum converges to a Gaussian CF as the number of terms grows.
This is the physical justification for the AWGN (additive white Gaussian noise) model that pervades communications theory.
- β’
Requires many independent contributions of comparable magnitude
- β’
Fails when one dominant interferer is present (impulsive noise)
Common Mistake: Convolution Requires Independence
Mistake:
Writing without verifying that and are independent. If and are dependent, the CF of the sum is , which does not factor.
Correction:
The product rule applies only when . For dependent random variables, you must work with the joint CF and set to get .