45.05.05 · mathematical-statistics / 05-empirical-processes-nonparametric

U-Statistics and Their Asymptotics

shipped3 tiersLean: none

Anchor (Master): Lee, U-Statistics: Theory and Practice (Marcel Dekker, 1990) Ch. 1-3; van der Vaart, Asymptotic Statistics (Cambridge, 1998) Ch. 11-12 (the projection / Hájek-projection method, the H-decomposition, degenerate limits); Hoeffding, A class of statistics with asymptotically normal distribution (1948)

Intuition Beginner

Many of the most useful summaries of data are built by averaging a small calculation over every possible little group you can pull out of your sample. The plainest example is the ordinary average: you take each single data point, and you average. But some questions are about relationships between data points, not about single points, so the natural calculation looks at a pair at a time, or sometimes a triple. The trick is always the same. Decide on a fixed rule that takes a small fixed-size group and returns a number, then average that rule over every group of that size in your sample.

A U-statistic is exactly this kind of average. The letter U stands for "unbiased": these estimators are designed so that, on average over many samples, they land exactly on the true quantity you are after, with no built-in lean. The fixed rule is called the kernel, and the size of the group it eats — one point, a pair, a triple — is the degree.

Why bother with pairs and triples instead of just single points? Because the things we most want to measure are often comparisons. How spread out is the data? Compare two points and see how far apart they typically are. Do two treatments differ? Compare a point from one group against a point from the other and count how often the first wins. Do two rankings agree? Compare two items and check whether both rankings order them the same way. Each of these is a pairwise question, and averaging the pairwise answer over all pairs gives a clean, unbiased estimate.

The one-sentence takeaway: a U-statistic estimates a quantity by averaging a fixed symmetric rule over every small group of data points of a fixed size, and "U" marks that this average is exactly unbiased for the quantity it targets.

Visual Beginner

Picture five data points laid out as dots. A degree-two U-statistic looks at every pair of dots — every line you could draw between two of them — applies its rule to each pair, and averages the results.

Group size (degree) What the rule eats How many groups in a sample of 5 Example estimate
1 one point 5 the sample average
2 a pair of points 10 average pairwise gap; "first beats second" rate
3 a triple of points 10 agreement among three rankings

The picture is the whole idea: lay out all the small groups of the chosen size, run the same rule on each, and average. Counting the groups is plain combinatorics — for pairs in a sample of five there are ten — and the U-statistic is just the average over that many numbers.

Worked example Beginner

We compute a degree-two U-statistic by hand: the average pairwise gap, for two independent draws, which measures spread. The rule (kernel) applied to a pair of points and is . We average it over all pairs.

Step 1. The data. Take the four numbers . With four points there are six pairs.

Step 2. List the pairs and the rule's value on each. The pairs and their gaps are: ; ; ; ; ; . Halving each gives the kernel values .

Step 3. Average over the six pairs. The sum of the kernel values is . Dividing by the six pairs gives .

Step 4. Read off the estimate. The U-statistic equals about . This is the sample's estimate of the true average half-gap between two random draws from the same source.

Step 5. What this tells us. We never had to know the underlying distribution. We picked a rule for a pair, ran it on every pair, and averaged. The result is an unbiased estimate of the half-gap, and because every pair is weighted the same way, no special point dominates. This same recipe — pick a rule, average over all groups — produces the sample variance, the Wilcoxon rank statistic, and Kendall's rank-agreement measure, simply by changing the rule.

Check your understanding Beginner

Formal definition Intermediate+

Let be i.i.d. with law on a measurable space . Fix an integer , the degree, and a measurable kernel that is symmetric: for every permutation . The parameter estimated by is

Definition (U-statistic). The U-statistic with kernel is

the average of over all subsets of size . By construction each summand has mean , so : the U-statistic is the unique symmetric unbiased estimator of that is a function of the order statistics, and the prefix U records unbiasedness. Any non-symmetric kernel may be replaced by its symmetrisation with the same expectation and a variance no larger, so symmetry costs nothing.

Notation: and are under ; is the -fold product measure; , , are the modes of stochastic convergence from 45.04.01; is conditional expectation in the sense developed in 37.04.01.

Definition (projection kernels and the variance components). For define

the kernel with its last arguments integrated out; thus and . Set the centred projections

the inclusion-exclusion residual of after subtracting all lower-order projections, and the variance components

The kernel is non-degenerate (more precisely, of order one) when , and degenerate of order when .

Counterexamples to common slips Intermediate+

  • A U-statistic is not a sum of independent terms. The summands share data points across overlapping subsets and are strongly dependent. The variance is therefore not ; cross-covariances between overlapping subsets dominate, and computing them is the content of the variance formula below.
  • Symmetry of the kernel is required for the standard theory. If one averages an asymmetric over ordered tuples one obtains a V-statistic-like object whose unbiasedness and variance bookkeeping differ; the clean projection theory below assumes a symmetric .
  • is not a pathology to be assumed away. Several important U-statistics — among them Cramér-von Mises type kernels and the sample-variance kernel evaluated at the wrong centring — are first-order degenerate, and their limit is not normal but a weighted sum of chi-squares. The non-degenerate theory does not apply to them.
  • unbiased does not make unique as a function. Many kernels share the same expectation ; the U-statistic is unique only after one fixes the kernel. Different kernels for the same can have different variances, and choosing the lowest-variance kernel is a real design question.

Key theorem with proof Intermediate+

The asymptotics of a non-degenerate U-statistic are governed by a single linear approximation: behaves to first order like an average of i.i.d. terms, its Hájek projection, and the central limit theorem does the rest [van der Vaart 1998].

Theorem (variance formula and asymptotic normality of non-degenerate U-statistics). Let be a symmetric kernel of degree with , parameter , and variance components .

(i) Variance.

(ii) Leading term. Define the Hájek projection , where . Then and

(iii) Limit law. If then

Proof. (i). Write the U-statistic as the average over -subsets , with centred at for variance purposes. Two subsets with have, by independence of the disjoint coordinates and the tower property,

because conditioning on the shared coordinates and integrating the rest replaces by on each factor, and with the independent parts contributing nothing. Counting ordered pairs with gives , so

The term vanishes since . As the summand is , and every summand is ; hence .

(ii). The Hájek projection is the conditional expectation of onto the sums of single-coordinate functions: . Computing one term, , since exactly of the subsets contain index and each contributes after integrating its other coordinates. Summing gives the stated . Because is the -orthogonal projection of onto the closed subspace of sums (the conditioning is onto a sub--field, an orthogonal projection in as in 37.04.01), Pythagoras gives . Now by independence of the , and from (i); subtracting, .

(iii). Scale by : . The remainder satisfies , so by Markov's inequality, an term in the language of 45.04.01. The leading term is an i.i.d. average: with i.i.d., mean , variance . The central limit theorem 37.03.02 gives , hence . Slutsky's lemma absorbs the remainder, yielding .

Bridge. This projection argument builds toward every limit theorem for smooth statistics in the chapter, and it appears again in the asymptotics of rank statistics, where the same one-coordinate conditional expectation linearises a non-linear functional of the sample. The foundational reason the theorem works is that a symmetric statistic with finite variance is, after centring, dominated in by its projection onto sums of single-coordinate functions: the higher-order interaction terms carry variance of order and smaller, and the central limit theorem 37.03.02 then operates on the surviving i.i.d. average. This is exactly the Hájek-projection method, and it generalises the elementary fact that the sample mean is asymptotically normal: the mean is the U-statistic of degree one, for which identically and the remainder is absent. Putting these together, the calculus of stochastic order from 45.04.01 — discard an remainder, freeze the leading term — is what converts the variance bookkeeping into a clean normal limit, and the bridge from the combinatorial variance formula to the limit law is the orthogonality of the H-decomposition introduced next.

Exercises Intermediate+

Advanced results Master

Theorem 1 (Hoeffding decomposition). Every symmetric kernel with admits the orthogonal expansion

where is the degree- U-statistic of the completely degenerate kernel defined in the formal section, the projections are mutually orthogonal in , and each is degenerate in the strong sense that integrating out any one argument gives zero. The decomposition is the ANOVA of the symmetric statistic: it splits into uncorrelated "interaction" pieces of pure order , with for the variance of the -th projection. Orthogonality is what makes the variance formula of the Key theorem a sum with no cross-terms, and it is the structural source of the entire asymptotic theory [Hoeffding 1948].

Theorem 2 (the projection / Hájek-projection method). For any sequence of statistics with , let be its projection onto sums of single-coordinate functions. Then is the -closest such sum, , and whenever the standardised statistics and have the same limit law. Asymptotic normality of then reduces to the central limit theorem 37.03.02 for the i.i.d. average . Hájek isolated this principle for rank statistics; for U-statistics it is the content of part (ii) of the Key theorem, and it is the single most reused device in nonparametric asymptotics [Hájek 1968].

Theorem 3 (degenerate limit via the spectrum of the kernel operator). Let be symmetric of degree two with and . The centred kernel defines a symmetric Hilbert-Schmidt operator on with real eigenvalues and orthonormal eigenfunctions , . Then with i.i.d. , . The limit is Gaussian iff exactly one eigenvalue is nonzero. The general degree- degenerate-of-order- case rescales by and produces a multiple Wiener-Itô integral against the leading nondegenerate projection [Lee 1990].

Theorem 4 (Hoeffding's CLT, general form, and the variance estimator). If and , then , and the jackknife / plug-in estimator formed from the leave-one-out projection estimates is consistent, so by Slutsky's lemma 45.04.01. This makes U-statistics directly usable for confidence intervals and tests without knowing , which is the practical payoff of the theory and the reason U-statistics underlie rank-based inference [Hoeffding 1948].

Synthesis. The foundational reason U-statistic asymptotics are tractable is the Hoeffding decomposition: a symmetric square-integrable statistic splits orthogonally into interaction terms of pure order, the degree-one term is an i.i.d. average, and the higher terms carry vanishing relative variance. This is exactly the structure that the Hájek projection exploits, and it generalises the elementary central limit theorem 37.03.02 in two directions at once — to non-linear symmetric functionals of the sample, and, through the reverse-martingale identity, to a strong law that gives almost-sure consistency for any integrable kernel. The central insight is that the projection onto sums of single-coordinate functions is an -orthogonal projection, dual to conditional expectation onto the one-coordinate -fields 37.04.01, so the residual is automatically orthogonal to the leading term and the Pythagorean variance split is forced rather than assumed. Putting these together, the non-degenerate theory is the case where the order-one term dominates and the limit is normal with variance , while the degenerate theory is the case where that term vanishes and the order-two interaction surfaces as a weighted sum of chi-squares governed by the spectrum of the kernel operator; the two regimes are one decomposition read at different scales. This is the bridge from the modes of convergence and the stochastic-order calculus of 45.04.01 to the empirical-process viewpoint of the chapter, where the U-statistic is the empirical measure applied to a symmetric kernel and the Hoeffding decomposition is the U-process analogue of the linearisation that drives Donsker theory.

Full proof set Master

Proposition 1 (unbiasedness and the reverse-martingale property). For a symmetric kernel with , and is a reverse martingale with respect to the decreasing exchangeable -fields ; consequently .

Proof. Each summand has mean by the i.i.d. assumption and the definition of , so averaging preserves the mean and . By symmetry of , , the average of over all relabellings of the unordered sample. The fields decrease in because the unordered -sample determines the unordered -sample's symmetric statistics. The tower property 37.04.01 gives . The reverse martingale convergence theorem yields almost surely and in ; the Hewitt-Savage zero-one law makes the exchangeable tail field degenerate (its events have probability or ), so the limit equals its mean .

Proposition 2 (the covariance of overlapping subsets). For -subsets with , .

Proof. Index the shared coordinates by and write and , with the three blocks mutually independent. Condition on . The conditional expectation of integrates out the private coordinates of , returning , and likewise for ; the private blocks being independent of each other and of the shared block, the conditional covariance is zero and

by the law of total covariance, the cross term vanishing because each centred private average has conditional mean zero.

Proposition 3 (orthogonality of the H-decomposition). The projections satisfy whenever or , and each is completely degenerate: .

Proof. Complete degeneracy is built into the inclusion-exclusion definition: is with all lower-order projections subtracted, so integrating any single argument annihilates it — the integral of over the -th coordinate equals on the remaining coordinates, which is exactly the term removed by the alternating sum. Given complete degeneracy, if two index sets differ, say some index lies in one but not the other, condition on all variables except and integrate out of the factor that contains it; that factor has conditional mean zero by complete degeneracy, so the product has mean zero. For equal index sets with the same argument applies to any index in the symmetric difference. Hence distinct interaction terms are orthogonal in , and decomposes as an orthogonal sum, giving the variance formula of the Key theorem with no cross-terms.

Proposition 4 (asymptotic normality, full statement). If and , then .

Proof. By Propositions 2-3 the variance is . The Hájek projection has variance , and orthogonality of the residual gives . Therefore , an term 45.04.01. The leading term is times a standardised i.i.d. average with summand variance ; the central limit theorem 37.03.02 gives . Slutsky's lemma combines the two, .

Proposition 5 (degenerate limit, degree two). If and , then with the eigenvalues of the kernel operator and i.i.d. standard normal.

Proof (sketch with the load-bearing steps). With , , a completely degenerate degree-two U-statistic. The Hilbert-Schmidt operator on has spectral decomposition converging in , with orthonormal, (complete degeneracy forces eigenfunctions to be centred), and . Substituting and using ,

For each fixed the central limit theorem 37.03.02 gives jointly over finitely many (the are orthonormal, so the limit coordinates are independent), and by the law of large numbers. A truncation argument controls the tail uniformly using . Passing to the limit term by term and reassembling, , the stated weighted sum of centred chi-squares.

Connections Master

The modes of stochastic convergence and the calculus of 45.04.01 are used at the decisive step of every limit theorem here: the Hájek-projection argument writes as an i.i.d. average plus an remainder, and Slutsky's lemma — proved there — is what discards the remainder and freezes the consistent variance estimate to obtain the studentised normal limit of Theorem 4.

Discrete-time martingales and conditional expectation 37.04.01 supply two distinct pieces of the machinery: the projection is a sum of one-coordinate conditional expectations and is therefore an -orthogonal projection, which makes the Pythagorean variance split exact; and the reverse-martingale identity over the decreasing exchangeable fields delivers the strong law through the reverse martingale convergence theorem proved in that unit.

The Lindeberg-Feller central limit theorem 37.03.02 is the limit theorem the projection method delegates to: once is reduced to its leading i.i.d. average , the normal limit is exactly the classical central limit theorem applied to the bounded-variance summands , and in the degenerate case the same theorem applied coordinatewise to the eigenfunction scores produces the Gaussian variables whose squares give the chi-squared limit.

Empirical processes and Glivenko-Cantelli classes 45.05.02 generalise U-statistics to U-processes — kernels indexed by a parameter — where the Hoeffding decomposition becomes a decomposition into empirical and degenerate U-processes and the Donsker theory there controls the leading empirical-process term uniformly; the present unit is the fixed-kernel case that motivates that machinery.

The Bernstein inequality and sub-exponential concentration 45.05.01 provide the finite-sample companion to the asymptotics here: exponential tail bounds for non-degenerate U-statistics follow by applying sub-Gaussian/sub-exponential concentration to the Hájek-projection leading term plus a higher-order remainder bound, turning the central limit theorem into a quantitative confidence statement.

Historical & philosophical context Master

The theory was created in a single paper by Wassily Hoeffding, "A class of statistics with asymptotically normal distribution," published in the Annals of Mathematical Statistics in 1948 [Hoeffding 1948]. Hoeffding defined the U-statistic as the unbiased average of a symmetric kernel over subsets, proved the variance formula in terms of the components , and established asymptotic normality in the non-degenerate case, unifying the sample variance, Gini's mean difference, and the rank statistics of Wilcoxon and Kendall under one limit theorem. The orthogonal decomposition that now bears his name — the Hoeffding or H-decomposition — is implicit in his variance computation and was made explicit in later expositions.

The projection method that streamlines the normality proof was abstracted by Jaroslav Hájek in his 1968 Annals of Mathematical Statistics paper on the asymptotic normality of rank statistics [Hájek 1968], where the projection of a statistic onto sums of single-coordinate functions and the bound on the residual were isolated as a general tool; applied to U-statistics it reproduces Hoeffding's theorem with the projection made the center of the argument. The degenerate case, with its weighted-chi-squared limit governed by the eigenvalues of the kernel operator, was developed through the 1940s-1980s and is treated systematically in the monograph of A. J. Lee, U-Statistics: Theory and Practice (1990) [Lee 1990], and in van der Vaart's chapters [van der Vaart 1998], which also place the subject within the empirical-process framework. Serfling's Approximation Theorems of Mathematical Statistics [Serfling 1980] gives the standard textbook account of the reverse-martingale strong law and the variance bookkeeping.

Bibliography Master

@article{Hoeffding1948,
  author  = {Hoeffding, Wassily},
  title   = {A class of statistics with asymptotically normal distribution},
  journal = {Annals of Mathematical Statistics},
  volume  = {19},
  number  = {3},
  year    = {1948},
  pages   = {293--325}
}

@article{Hajek1968,
  author  = {H\'ajek, Jaroslav},
  title   = {Asymptotic normality of simple linear rank statistics under alternatives},
  journal = {Annals of Mathematical Statistics},
  volume  = {39},
  number  = {2},
  year    = {1968},
  pages   = {325--346}
}

@book{Lee1990,
  author    = {Lee, A. J.},
  title     = {U-Statistics: Theory and Practice},
  publisher = {Marcel Dekker},
  address   = {New York},
  year      = {1990}
}

@book{Serfling1980,
  author    = {Serfling, Robert J.},
  title     = {Approximation Theorems of Mathematical Statistics},
  publisher = {John Wiley \& Sons},
  address   = {New York},
  year      = {1980}
}

@book{vanderVaart1998,
  author    = {van der Vaart, Aad W.},
  title     = {Asymptotic Statistics},
  publisher = {Cambridge University Press},
  series    = {Cambridge Series in Statistical and Probabilistic Mathematics},
  year      = {1998}
}