Cross-correlation matrix

From The Right Wiki
Revision as of 16:29, 30 July 2024 by imported>David Eppstein (Guang Gong)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The cross-correlation matrix of two random vectors is a matrix containing as elements the cross-correlations of all pairs of elements of the random vectors. The cross-correlation matrix is used in various digital signal processing algorithms.

Definition

For two random vectors X=(X1,,Xm)T and Y=(Y1,,Yn)T, each containing random elements whose expected value and variance exist, the cross-correlation matrix of X and Y is defined by[1]: p.337 

RXYE[XYT]

and has dimensions m×n. Written component-wise:

RXY=[E[X1Y1]E[X1Y2]E[X1Yn]E[X2Y1]E[X2Y2]E[X2Yn]E[XmY1]E[XmY2]E[XmYn]]

The random vectors X and Y need not have the same dimension, and either might be a scalar value.

Example

For example, if X=(X1,X2,X3)T and Y=(Y1,Y2)T are random vectors, then RXY is a 3×2 matrix whose (i,j)-th entry is E[XiYj].

Complex random vectors

If Z=(Z1,,Zm)T and W=(W1,,Wn)T are complex random vectors, each containing random variables whose expected value and variance exist, the cross-correlation matrix of Z and W is defined by

RZWE[ZWH]

where H denotes Hermitian transposition.

Uncorrelatedness

Two random vectors X=(X1,,Xm)T and Y=(Y1,,Yn)T are called uncorrelated if

E[XYT]=E[X]E[Y]T.

They are uncorrelated if and only if their cross-covariance matrix KXY matrix is zero. In the case of two complex random vectors Z and W they are called uncorrelated if

E[ZWH]=E[Z]E[W]H

and

E[ZWT]=E[Z]E[W]T.

Properties

Relation to the cross-covariance matrix

The cross-correlation is related to the cross-covariance matrix as follows:

KXY=E[(XE[X])(YE[Y])T]=RXYE[X]E[Y]T
Respectively for complex random vectors:
KZW=E[(ZE[Z])(WE[W])H]=RZWE[Z]E[W]H

See also

References

  1. Gubner, John A. (2006). Probability and Random Processes for Electrical and Computer Engineers. Cambridge University Press. ISBN 978-0-521-86470-1.

Further reading