Let X=(X1,X2) be a random vector in R2. Two realizations x and x of X form a concordant pair if (x2x2) and (x1x1) have the same sign. What’s the probability of sampling a concordant pair when X is bivariate normal?

For example, suppose X1 and X2 have zero means, unit variances, and a correlation of ρ. The scatter plots below show 100 realizations of (X1,X2) when ρ{0.5,0,0.5}. These realizations contain (1002)=4,950 pairs, of which 36% are concordant when ρ=0.5. This percentage rises to 48% when ρ=0 and to 71% when ρ=0.5. Increasing ρ makes concordance more likely because it makes (X2X1) larger and less noisy.

Different samples give different concordance rates due to sampling variation. We can remove this variation by deriving the concordance rate analytically. To begin, suppose X has mean E[X]=(μ1,μ2) and covariance matrix Var(X)=[σ12ρσ1σ2ρσ1σ2σ22]. Then X2X1 is normal with mean E[X2X1]=μ2+ρσ2σ1(X1μ1) and variance Var(X2X1)=(1ρ2)σ22. So for any two realizations x and x of X we can write x2x2=ρσ2σ1(x1x1)+ε with εN(0,2(1ρ2)σ22). Now x1x1N(0,2σ12) is normal, and so zx1x1σ12 is standard normal and exceeds zero if and only if x1>x1. Letting f and ϕ be the density functions for ε and z then gives Pr(x2>x2 and x1>x1)=Pr(2ρσ2z+ε>0 and z>0)=0(2ρσ2zf(ε)dε)ϕ(z)dz=0(ρz1ρ2ϕ(w)dw)ϕ(z)dz=0(1Φ(ρz1ρ2))ϕ(z)dz=120Φ(ρz1ρ2)ϕ(z)dz, where Φ is the standard normal CDF, where uses the change of variables wεσ22(1ρ2), and where uses the symmetry of ϕ about z=0. But f is symmetric about ε=0, which implies Pr(x2>x2 and x1>x1)=Pr(x2<x1 and x1<x1), and therefore C(ρ)Pr(x and x are concordant)=Pr(x2>x2 and x1>x1)+Pr(x2<x1 and x1<x1)=120Φ(ρz1ρ2)ϕ(z)dz. The concordance rate C(ρ) depends on the correlation ρ of X1 and X2, but not their means or variances. It has value C(0)=0.5 when ρ=0 because Φ(0)=0.5 is constant. Intuitively, if X1 and X2 are uncorrelated then we can’t use (x1x1) to predict (x2x2), which is equally likely to be positive or negative. Whereas if |ρ|=1 then (x1x1) predicts (x2x2) perfectly, and so limρ1C(ρ)=1 and limρ1C(ρ)=0. The chart below verifies that the concordance rate C(ρ) grows with ρ. It also shows that C(ρ)+C(1ρ)=1. Thus, for example, we have C(0.5)=1/3 and C(0.5)=2/3. These values remove the sampling error from the estimates 0.36 and 0.71 obtained using the 100 realizations above.