Convergence of Random Vectors
Why We Need Multivariate Convergence
In many applications, we observe not a single average but a vector of averages. A MIMO receiver estimates a channel vector from pilot observations; a maximum likelihood estimator produces a parameter vector . The multivariate CLT tells us these vector estimates are approximately Gaussian, and the delta method lets us propagate this to nonlinear functions of the estimate β for instance, the estimated SNR or the estimated rate .
Theorem: Multivariate Central Limit Theorem
Let be i.i.d. random vectors with mean and covariance matrix (with all entries finite). Then:
where .
Each coordinate of satisfies a scalar CLT. The multivariate CLT additionally captures the correlations between coordinates in the limiting Gaussian distribution.
Reduce to one-dimensional CLT via Cramer-Wold
The Cramer-Wold device says: in if and only if for every .
Apply the scalar CLT to each projection
Fix any . The scalars are i.i.d. with mean and variance .
By the scalar CLT:
Conclude
This holds for every , and is exactly the distribution of where . By the Cramer-Wold device:
Theorem: Delta Method
Let be a sequence of random variables satisfying . If is differentiable at with , then:
Multivariate version: If and is differentiable at with Jacobian , then:
If with , then by Taylor expansion . The variance of is scaled by .
Taylor expansion
By differentiability of at :
Multiply by :
Handle the remainder
Since (implied by the CLT assumption) and , the remainder .
Apply Slutsky
By Slutsky's theorem (below): has the same limit in distribution as . Since :
Theorem: Slutsky's Theorem
Let and where is a constant. Then:
- (provided )
Convergence in distribution is preserved when we add or multiply by a sequence that converges in probability to a constant. The key word is constant: if (a non-degenerate limit), the conclusion fails in general because we cannot control the joint distribution of .
Proof of (1)
Fix and a continuity point of . Then:
Taking : . Similarly for . Letting and using continuity of at : .
Parts (2) and (3)
The proofs follow a similar pattern using the decomposition and showing the second term vanishes in probability. We omit the details.
Example: Delta Method: Asymptotic Distribution of Estimated SNR
A receiver estimates the signal power by averaging i.i.d. power measurements: where and are received signal samples. The noise power is known. The estimated SNR is . Find the asymptotic distribution of .
Apply the CLT to the power estimate
Let and . By the CLT:
Apply the delta method
The function is linear, so . By the delta method:
Interpret
The estimated SNR is approximately . The standard error of the SNR estimate decreases as . If are exponentially distributed (Rayleigh fading), , so the relative error is regardless of the SNR level.
Delta Method: Distribution of
Compare the empirical distribution of with the CLT + delta method prediction for various nonlinear functions .
Parameters
square: x^2, log: ln(x), sqrt: sqrt(x), reciprocal: 1/x
Example: Slutsky in Action: The -Statistic
Let be i.i.d. with mean and variance . Define the -statistic where is the sample variance. Show that .
CLT for the numerator
By the CLT: .
SLLN for the sample variance
By the SLLN: , hence , and therefore .
Apply Slutsky
Write . By Slutsky's theorem (product rule with ):
This justifies using the standard normal for confidence intervals even when is unknown, provided is large enough.
CLT for Massive MIMO Channel Hardening
In massive MIMO systems with antennas at the base station, the effective channel gain for a single user concentrates around its mean as β a phenomenon called channel hardening. This is a direct application of the LLN: is a sample mean of i.i.d. terms (under i.i.d. Rayleigh fading).
The CLT further characterizes the fluctuations: they are approximately where . For antennas, the coefficient of variation is , explaining why massive MIMO dramatically reduces small-scale fading.
Delta Method
If and is differentiable at , then . Propagates asymptotic normality through smooth transformations.
Related: Central Limit Theorem
Slutsky's Theorem
If and (constant), then and . Essential for combining CLT results with consistent estimators.
Related: Central Limit Theorem, Delta Method
Key Takeaway
The multivariate CLT, delta method, and Slutsky's theorem form the asymptotic toolkit for estimation theory. Together, they let us derive the approximate distribution of any smooth function of a sample average β the foundation of confidence intervals, hypothesis tests, and performance analysis in communications.