Distance correlation

From Infogalactic: the planetary knowledge core
(Redirected from Brownian covariance)
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

In statistics and in probability theory, distance correlation is a measure of statistical dependence between two random variables or two random vectors of arbitrary, not necessarily equal dimension. An important property is that this measure of dependence is zero if and only if the random variables are statistically independent. This measure is derived from a number of other quantities that are used in its specification, specifically: distance variance, distance standard deviation and distance covariance. These take the same roles as the ordinary moments with corresponding names in the specification of the Pearson product-moment correlation coefficient.

These distance-based measures can be put into an indirect relationship to the ordinary moments by an alternative formulation (described below) using ideas related to Brownian motion, and this has led to the use of names such as Brownian covariance and Brownian distance covariance.

Several sets of (xy) points, with the Distance correlation coefficient of x and y for each set. Compare to the graph on correlation

Background

The classical measure of dependence, the Pearson correlation coefficient,[1] is mainly sensitive to a linear relationship between two variables. Distance correlation was introduced in 2005 by Gabor J Szekely in several lectures to address this deficiency of Pearson’s correlation, namely that it can easily be zero for dependent variables. Correlation = 0 (uncorrelatedness) does not imply independence while distance correlation = 0 does imply independence. The first results on distance correlation were published in 2007 and 2009.[2][3] It was proved that distance covariance is the same as the Brownian covariance.[3] These measures are examples of energy distances.

Definitions

Distance covariance

Let us start with the definition of the sample distance covariance. Let (XkYk), k= 1, 2, ..., n be a statistical sample from a pair of real valued or vector valued random variables (XY). First, compute all pairwise distances


\begin{align}
a_{j, k} &= \|X_j-X_k\|, \qquad j, k =1,2,\ldots,n,
\\ b_{j, k} &= \|Y_j-Y_k\|, \qquad j, k=1,2,\ldots,n,
\end{align}

where || ⋅ || denotes Euclidean norm. That is, compute the n by n distance matrices (aj, k) and (bj, k). Then take all doubly centered distances


A_{j, k} := a_{j, k}-\overline{a}_{j.}-\overline{a}_{.k} + \overline{a}_{..}, \qquad
B_{j, k} := b_{j, k} - \overline{b}_{j.} -\overline{b}_{.k} + \overline{b}_{..},

where \textstyle \overline{a}_{j.} is the j-th row mean, \textstyle \overline{a}_{.k} is the k-th column mean, and \textstyle \overline{a}_{..} is the grand mean of the distance matrix of the X sample. The notation is similar for the b values. (In the matrices of centered distances (Aj, k) and (Bj,k) all rows and all columns sum to zero.) The squared sample distance covariance is simply the arithmetic average of the products Aj, k Bj, k:


\operatorname{dCov}^2_n(X,Y) := \frac{1}{n^2}\sum_{j, k = 1}^n A_{j, k}\,B_{j, k}.

The statistic Tn = n dCov2n(X, Y) determines a consistent multivariate test of independence of random vectors in arbitrary dimensions. For an implementation see dcov.test function in the energy package for R.[4]

The population value of distance covariance can be defined along the same lines. Let X be a random variable that takes values in a p-dimensional Euclidean space with probability distribution μ and let Y be a random variable that takes values in a q-dimensional Euclidean space with probability distribution ν, and suppose that X and Y have finite expectations. Write

a_\mu(x):= \operatorname{E}[\|X-x\|], \quad D(\mu) := \operatorname{E}[a_\mu(X)], \quad d_\mu(x, x') := \|x-x'\|-a_\mu(x)-a_\mu(x')+D(\mu).

Finally, define the population value of squared distance covariance of X and Y as

\operatorname{dCov}^2(X, Y) := \operatorname{E}\big[d_\mu(X,X')d_\nu(Y,Y')\big].

One can show that this is equivalent to the following definition:


\begin{align}
\operatorname{dCov}^2(X,Y) & := \operatorname{E}[\|X-X'\|\,\|Y-Y'\|] + \operatorname{E}[\|X-X'\|]\,\operatorname{E}[\|Y-Y'\|] \\
&\qquad - \operatorname{E}[\|X-X'\|\,\|Y-Y''\|] - \operatorname{E}[\|X-X''\|\,\|Y-Y'\|] 
\\
& = \operatorname{E}[\|X-X'\|\,\|Y-Y'\|] + \operatorname{E}[\|X-X'\|]\,\operatorname{E}[\|Y-Y'\|] \\
&\qquad - 2\operatorname{E}[\|X-X'\|\,\|Y-Y''\|],
\end{align}

where E denotes expected value, and \textstyle (X, Y), \textstyle (X', Y'), and \textstyle (X'',Y'') are independent and identically distributed. Distance covariance can be expressed in terms of Pearson’s covariance, cov, as follows:

\operatorname{dCov}^2(X,Y) = \operatorname{cov}(\|X-X'\|,\|Y-Y'\|) - 2\operatorname{cov}(\|X-X'\|,\|Y-Y''\|).

This identity shows that the distance covariance is not the same as the covariance of distances, cov(||X-X' ||, ||Y-Y' ||). This can be zero even if X and Y are not independent.

Alternately, the squared distance covariance can be defined as the weighted L2 norm of the distance between the joint characteristic function of the random variables and the product of their marginal characteristic functions:[5]


\operatorname{dCov}^2(X,Y)= \frac{1}{c_p c_q}\int_{\mathbb{R}^{p+q}} \frac{\left| \phi_{X,Y}(s, t) - \phi_X(s)\phi_Y(t) \right|^2}{|s|_p^{1+p} |t|_q^{1+q}} dt\,ds

where ϕX, Y(s, t), ϕX(s), and ϕY(t) are the characteristic functions of (X, Y), X, and Y, respectively, p, q denote the Euclidean dimension of X and Y, and thus of s and t, and cp, cq are constants. The weight function ({c_p c_q}{|s|_p^{1+p} |t|_q^{1+q}})^{-1} is chosen to produce a scale equivariant and rotation invariant measure that doesn't go to zero for dependent variables.[5][6] One interpretation[7] of the characteristic function definition is that the variables eisX and eitY are cyclic representations of X and Y with different periods given by s and t, and the expression ϕX, Y(s, t) - ϕX(s) ϕY(t) in the numerator of the characteristic function definition of distance covariance is simply the classical covariance of eisX and eitY. The characteristic function definition clearly shows that dCov2(X, Y) = 0 if and only if X and Y are independent.

Distance variance

The distance variance is a special case of distance covariance when the two variables are identical. The population value of distance variance is the square root of


\operatorname{dVar}^2(X) := \operatorname{E}[\|X-X'\|^2] + \operatorname{E}^2[\|X-X'\|] - 2\operatorname{E}[\|X-X'\|\,\|X-X''\|],

where \operatorname{E} denotes the expected value, X' is an independent and identically distributed copy of X and X'' is independent of X and X' and has the same distribution as X and X'.

The sample distance variance is the square root of


\operatorname{dVar}^2_n(X) := \operatorname{dCov}^2_n(X,X) = \tfrac{1}{n^2}\sum_{k,\ell}A_{k,\ell}^2,

which is a relative of Corrado Gini’s mean difference introduced in 1912 (but Gini did not work with centered distances).

Distance standard deviation

The distance standard deviation is the square root of the distance variance.

Distance correlation

The distance correlation [2][3] of two random variables is obtained by dividing their distance covariance by the product of their distance standard deviations. The distance correlation is


\operatorname{dCor}(X,Y) = \frac{\operatorname{dCov}(X,Y)}{\sqrt{\operatorname{dVar}(X)\,\operatorname{dVar}(Y)}},

and the sample distance correlation is defined by substituting the sample distance covariance and distance variances for the population coefficients above.

For easy computation of sample distance correlation see the dcor function in the energy package for R.[4]

Properties

Distance correlation

(i) 0\leq\operatorname{dCor}_n(X,Y)\leq1 and 0\leq\operatorname{dCor}(X,Y)\leq1.

(ii) \operatorname{dCor}(X,Y) = 0 if and only if X and Y are independent.

(iii) \operatorname{dCor}_n(X,Y) = 1 implies that dimensions of the linear subspaces spanned by X and Y samples respectively are almost surely equal and if we assume that these subspaces are equal, then in this subspace Y = A + b\,\mathbf{C}X for some vector A, scalar b, and orthonormal matrix \mathbf{C}.

Distance covariance

(i) \operatorname{dCov}(X,Y)\geq0 and \operatorname{dCov}_n(X,Y)\geq0.

(ii) \operatorname{dCov}^2(a_1 + b_1\,\mathbf{C}_1\,X, a_2 + b_2\,\mathbf{C}_2\,Y) = |b_1\,b_2|\operatorname{dCov}^2(X,Y) for all constant vectors a_1, a_2, scalars b_1, b_2, and orthonormal matrices \mathbf{C}_1, \mathbf{C}_2.

(iii) If the random vectors (X_1, Y_1) and (X_2, Y_2) are independent then


\operatorname{dCov}(X_1 + X_2, Y_1 + Y_2) \leq \operatorname{dCov}(X_1, Y_1) + \operatorname{dCov}(X_2, Y_2).

Equality holds if and only if X_1 and Y_1 are both constants, or X_2 and Y_2 are both constants, or X_1, X_2, Y_1, Y_2 are mutually independent.

(iv) \operatorname{dCov}(X,Y) = 0 if and only if X and Y are independent.

This last property is the most important effect of working with centered distances.

The statistic \operatorname{dCov}^2_n(X,Y) is a biased estimator of \operatorname{dCov}^2(X,Y). Under independence of X and Y [8]


\operatorname{E}[\operatorname{dCov}^2_n(X,Y)] = \frac{n-1}{n^2} \left\{(n-2) \operatorname{dCov}^2(X,Y)+ \operatorname{E}[\|X-X'\|]\,\operatorname{E}[\|Y-Y'\|] \right\} =  \frac{n-1}{n^2}\operatorname {E}[\|X-X'\|]\,\operatorname{E}[\|Y-Y'\|].

An unbiased estimator of \operatorname{dCov}^2(X,Y) is given by Székely and Rizzo.[9]

Distance variance

(i) \operatorname{dVar}(X) = 0 if and only if X = \operatorname{E}[X] almost surely.

(ii) \operatorname{dVar}_n(X) = 0 if and only if every sample observation is identical.

(iii) \operatorname{dVar}(A + b\,\mathbf{C}\,X) = |b|\operatorname{dVar}(X) for all constant vectors A, scalars b, and orthonormal matrices \mathbf{C}.

(iv) If X and Y are independent then \operatorname{dVar}(X + Y)\leq\operatorname{dVar}(X) + \operatorname{dVar}(Y).

Equality holds in (iv) if and only if one of the random variables X or Y is a constant.

Generalization

Distance covariance can be generalized to include powers of Euclidean distance. Define


\begin{align}
\operatorname{dCov}^2(X, Y; \alpha) &:= \operatorname{E}[\|X-X'\|^\alpha\,\|Y-Y'\|^\alpha] + \operatorname{E}[\|X-X'\|^\alpha]\,\operatorname{E}[\|Y-Y'\|^\alpha]\\
&\qquad - 2\operatorname{E}[\|X-X'\|^\alpha\,\|Y-Y''\|^\alpha].
\end{align}

Then for every 0<\alpha<2, X and Y are independent if and only if \operatorname{dCov}^2(X, Y; \alpha) = 0. It is important to note that this characterization does not hold for exponent \alpha=2; in this case for bivariate (X, Y), \operatorname{dCor}(X, Y; \alpha=2) is a deterministic function of the Pearson correlation.[2] If a_{k,\ell} and b_{k,\ell} are \alpha powers of the corresponding distances, 0<\alpha\leq2, then \alpha sample distance covariance can be defined as the nonnegative number for which


\operatorname{dCov}^2_n(X, Y; \alpha):= \frac{1}{n^2}\sum_{k,\ell}A_{k,\ell}\,B_{k,\ell}.

One can extend \operatorname{dCov} to metric-space-valued random variables X and Y: If X has law \mu in a metric space with metric d, then define a_\mu(x):= \operatorname{E}[d(X, x)], D(\mu) := \operatorname{E}[a_\mu(X)], and (provided a_\mu is finite, i.e., X has finite first moment), d_\mu(x, x') := d(x, x')-a_\mu(x)-a_\mu(x')+D(\mu). Then if Y has law \nu (in a possibly different metric space with finite first moment), define


\operatorname{dCov}^2(X, Y) := \operatorname{E}\big[d_\mu(X,X')d_\nu(Y,Y')\big].

This is non-negative for all such X, Y iff both metric spaces have negative type.[10] Here, a metric space (M, d) has negative type if (M, d^{1/2}) is isometric to a subset of a Hilbert space.[11] If both metric spaces have strong negative type, then \operatorname{dCov}^2(X, Y)= 0 iff X, Y are independent.[10]

Alternative definition of distance covariance

The original distance covariance has been defined as the square root of \operatorname{dCov}^2(X,Y), rather than the squared coefficient itself. \operatorname{dCov}(X,Y) has the property that it is the energy distance between the joint distribution of \operatorname X, Y and the product of its marginals. Under this definition, however, the distance variance, rather than the distance standard deviation, is measured in the same units as the \operatorname X distances.

Alternately, one could define distance covariance to be the square of the energy distance:  \operatorname{dCov}^2(X,Y). In this case, the distance standard deviation of X is measured in the same units as X distance, and there exists an unbiased estimator for the population distance covariance.[9]

Under these alternate definitions, the distance correlation is also defined as the square \operatorname{dCor}^2(X,Y), rather than the square root.

Alternative formulation: Brownian covariance

Brownian covariance is motivated by generalization of the notion of covariance to stochastic processes. The square of the covariance of random variables X and Y can be written in the following form:


\operatorname{cov}(X,Y)^2 = \operatorname{E}\left[
       \big(X - \operatorname{E}(X)\big)
       \big(X^\mathrm{'} - \operatorname{E}(X^\mathrm{'})\big)
       \big(Y - \operatorname{E}(Y)\big)
       \big(Y^\mathrm{'} - \operatorname{E}(Y^\mathrm{'})\big)
     \right]

where E denotes the expected value and the prime denotes independent and identically distributed copies. We need the following generalization of this formula. If U(s), V(t) are arbitrary random processes defined for all real s and t then define the U-centered version of X by


X_U := U(X) - \operatorname{E}_X\left[ U(X) \mid \left \{ U(t) \right \} \right]

whenever the subtracted conditional expected value exists and denote by YV the V-centered version of Y.[3][12][13] The (U,V) covariance of (X,Y) is defined as the nonnegative number whose square is


\operatorname{cov}_{U,V}^2(X,Y) := \operatorname{E}\left[X_U X_U^\mathrm{'} Y_V Y_V^\mathrm{'}\right]

whenever the right-hand side is nonnegative and finite. The most important example is when U and V are two-sided independent Brownian motions /Wiener processes with expectation zero and covariance |s| + |t| - |s-t| = 2 min(s,t) (for nonnegative s, t only). (This is twice the covariance of the standard Wiener process; here the factor 2 simplifies the computations.) In this case the (U,V) covariance is called Brownian covariance and is denoted by


\operatorname{cov}_W(X,Y).

There is a surprising coincidence: The Brownian covariance is the same as the distance covariance:


\operatorname{cov}_{\mathrm{W}}(X, Y) = \operatorname{dCov}(X, Y),

and thus Brownian correlation is the same as distance correlation.

On the other hand, if we replace the Brownian motion with the deterministic identity function id then Covid(X,Y) is simply the absolute value of the classical Pearson covariance,


\operatorname{cov}_{\mathrm{id}}(X,Y) = \left\vert\operatorname{cov}(X,Y)\right\vert.

See also

Notes

  1. Pearson (1895)
  2. 2.0 2.1 2.2 Lua error in package.lua at line 80: module 'strict' not found..
  3. 3.0 3.1 3.2 3.3 Székely & Rizzo (2009)
  4. 4.0 4.1 energy package for R
  5. 5.0 5.1 Székely & Rizzo (2009) Theorem 7, (3.7), p. 1249.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Székely and Rizzo (2009), Rejoinder
  9. 9.0 9.1 Székely & Rizzo (2014)
  10. 10.0 10.1 Lyons, R. (2011) "Distance covariance in metric spaces". arXiv:1106.5758
  11. Klebanov, L. B. (2005) N-distances and their Applications, Karolinum Press, Charles University, Prague.
  12. Bickel & Xu (2009)
  13. Kosorok (2009)

References

  • Bickel, P.J. and Xu, Y. (2009) "Discussion of: Brownian distance covariance", Annals of Applied Statistics, 3 (4), 1266–1269. doi:10.1214/09-AOAS312Apdf
  • Gini, C. (1912). Variabilità e Mutabilità. Bologna: Tipografia di Paolo Cuppini.
  • Pearson, K. (1895). "Note on regression and inheritance in the case of two parents", Proceedings of the Royal Society, 58, 240–242
  • Pearson, K. (1920). "Notes on the history of correlation", Biometrika, 13, 25–45.
  • Székely, G. J. and Rizzo, M. L. (2009). "Brownian distance covariance", Annals of Applied Statistics, 3/4, 1233–1303. doi: 10.1214/09-AOAS312 pdf
  • Kosorok, M. R. (2009) "Discussion of: Brownian Distance Covariance", Annals of Applied Statistics, 3/4, 1270–1278. doi:10.1214/09-AOAS312B pdf
  • Székely, G.J. and Rizzo, M.L. (2014) Partial distance correlation with methods for dissimilarities, The Annals of Statistics, 42/6, 2382-2412.[1]pdf.

External links