Ustatistics
U-statistics are a broad class of statistics used to estimate parameters that can be expressed as expectations of symmetric functions of samples. Given independent and identically distributed observations X1, …, Xn from a population with distribution F and a symmetric kernel h of k variables, the U-statistic of order k is defined as U_n = (1 / binomial(n, k)) sum h(X_{i1}, …, X_{ik}) over all 1 ≤ i1 < … < ik ≤ n. When k = 1, U_n is the sample mean, and for k = 2 many common statistics arise as U-statistics.
U-statistics are unbiased estimators of θ = E[h(X1, …, Xk)]. Under mild regularity conditions, they are often asymptotically efficient
Common examples and applications: Kendall's tau is a U-statistic of order 2 used for rank correlation. The
Computational notes: the number of kernel evaluations is binomial(n, k), which grows quickly with n and k;