The distribution of the area of a random parallelogram

In this post I’m going to work out the distribution of the area of a random parallelogram formed by the addition of bivariate Gaussian vectors. The gif below gives an example of this process, with the ticks at the bottom indicating the realized areas (this gif was made with R + imagemagick).

random parallelogram areas

Computing the area

Suppose I have two vectors u,vR2 and I want to find the area of the parallelogram formed by the origin, u, v, and u+v. Let A=[uv] be the 2×2 matrix with u and v as its columns.

Result 1: The area of the parallelogram is given by |detA|.

Pf: If u=0 or v=0 then the area will be 0 and detA=0 too so the result holds. Therefore WLOG I’ll assume u,v0.

I know that the area of a parallelogram is base×height (which can be derived from the area of a rectangle by chopping one triangle off of the parallelogram and gluing it to the other side to form a rectangle). I’ll pick v to be the base (so b=v), so I just need the height.

The height is the length of the altitude dropped from u onto span(v). I can use the fact that the base of this triangle is the length of u^ (the projection of u onto span(v); I have a picture of this towards the beginning of my post here) and the hypotenuse is u so h=u2u^2 via the Pythagorean theorem.

Computing this, I have
u^=v(vTv)1vTu=uTvvTvvh2=uTu(uTv)2vTvb2h2=uTuvTv(uTv)2=(u12+u22)(v12+v22)(u1v1+u2v2)2=(u1v2u2v1)2=(detA)2Area=bh=|detA|.

◻

Now the question I’m interested in: Suppose I have X,YiidN2(0,Σ). What can I say about the distribution of the area of the parallelogram formed by X and Y? I want to be able to do this analytically so I’ll make the simplifying assumption that
Σ=[1ρρ1].
I will form the random matrix
A=[X1Y1X2Y2]
and now I want to explore the distribution of
R:=|detA|=|X1Y2X2Y1|.

Moments of R

I’ll do this by computing the moments of R. I want
E(Rn)=E(X,Y)|X1Y2X2Y1|n=EY[EX|Y(|X1y2X2y1|n)].
Let vY=(Y2Y1). Conditioned on Y=y, I have
X1y2X2y1=vyTXN(0,vyTΣvy)
so for the inner expectation I just need to work out the moments of a centered Gaussian.

Result 2: Let WN(0,σ2). Then
E|W|n=(2σ2)n/2πΓ(n+12).

Pf:
E|W|n=12πσ2R|w|nexp(w2/(2σ2))dw=2πσ20wnexp(w2/(2σ2))dw
since this function is even. Now letting u=w2/(2σ2) I have
E|W|n=2σ2π0(2σ2u)(n1)/2exp(u)du=(2σ2)n/2πΓ(n+12)
as desired.

◻

This means
EX|Y|vyTX|n=Γ(n+12)2n/2π1/2(vYTΣvY)n/2
so now this comes down to being able to compute
EY(vYTΣvY)n/2.
I can note that
vY=[0110]YN(0,Ω)
for
Ω=[1ρρ1]
so
vYTΣvY=ZTΩ1/2ΣΩ1/2Z
for ZN(0,I).

I’ll work out what Ω1/2 is. Just by inspection I can see that
Ω1=(1ρ)1
and
Ω(11)=(1+ρ)(11)
so I can diagonalize Ω as
Ω=QΛQT
with
Q=12[1111],Λ=diag(1+ρ,1ρ).
Σ is also diagonalized by Q and its eigenvalues are the same although in reverse order so Σ=QΛ~QT with Λ~=diag(1ρ,1+ρ).
This means
Ω1/2ΣΩ1/2=QΛ1/2QTQΛ~QTQΛ1/2QT=QΛ1/2Λ~Λ1/2QT=Qdiag(1ρ2,1ρ2)QT=(1ρ2)I.
This is very convenient and means
ZTΩ1/2ΣΩ1/2Z=(1ρ2)ZTZ(1ρ2)χ22.

Finishing this, I have
EY(vYTΣvY)n/2=(1ρ2)n/2ESn/2
with Sχ22.

Result 3: Moments of a χk2 RV.

Let Sχk2 so fS(s)=12k/2Γ(k/2)sk/21es/2. Then for t>0
E(St)=12k/2Γ(k/2)0st+k/21es/2ds
Letting r=s/2 I have
E(St)=22k/2Γ(k/2)0(2r)t+k/21erdr=2tΓ(t+k/2)Γ(k/2).
◻

This concludes my investigation then:
EY(vYTΣvY)n/2=(1ρ2)n/22n/2Γ(n/2+1)

so
E(Rn)=2n(1ρ2)n/2πΓ(n+12)Γ(n+22)
I can simplify this by noting that
Γ(n+12)Γ(n+22)=π2nn!.
Pf: by induction: for the base case I have
Γ(1)Γ(3/2)=12Γ(1/2)=π2
as desired, and if the formula holds for n then
Γ(n+22)Γ(n+32)=Γ(n2+1)Γ(n+12+1)=n2n+12Γ(n2)Γ(n+12)=n2n+12Γ((n1)+12)Γ((n1)+22)=n2n+12π2(n1)(n1)!=(n+1)!π2n+1
as desired.

◻

Plugging this in, I have
E(Rn)=2n(1ρ2)n/2πn!π2n=(1ρ2)n/2n!.
This is very interesting: these are exactly the moments of an exponential distribution with rate λ=(1ρ2)1/2.

Let αn=E(Rn)=(1ρ2)nn!. Consider the power series
n=0αnrnn!=n=0(r1ρ2)n
which is a geometric series and converges for |r| sufficiently small. Theorem 30.1 in Billingsley’s Probability and Measure shows that when this condition holds, the moments uniquely determine the distribution (this MathOverflow post also discusses this further) so this means that
RExp(11ρ2).
As a consequence, I have
E(R)=1ρ2Var(R)=E(R2)(ER)2=1ρ2.

Leave a Reply

Your email address will not be published. Required fields are marked *