Cross-correlation matrix

From testwiki
Jump to navigation Jump to search

Template:Other uses Template:Multiple issues Template:Correlation and covariance

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 ๐—=(X1,โ€ฆ,Xm)T and ๐˜=(Y1,โ€ฆ,Yn)T, each containing random elements whose expected value and variance exist, the cross-correlation matrix of ๐— and ๐˜ is defined by[1]Template:Rp

R๐—๐˜โ‰œ E[๐—๐˜T]

and has dimensions mร—n. Written component-wise:

R๐—๐˜=[E[X1Y1]E[X1Y2]โ‹ฏE[X1Yn]E[X2Y1]E[X2Y2]โ‹ฏE[X2Yn]โ‹ฎโ‹ฎโ‹ฑโ‹ฎE[XmY1]E[XmY2]โ‹ฏE[XmYn]]

The random vectors ๐— and ๐˜ need not have the same dimension, and either might be a scalar value.

Example

For example, if ๐—=(X1,X2,X3)T and ๐˜=(Y1,Y2)T are random vectors, then R๐—๐˜ is a 3ร—2 matrix whose (i,j)-th entry is E[XiYj].

Complex random vectors

If ๐™=(Z1,โ€ฆ,Zm)T and ๐–=(W1,โ€ฆ,Wn)T are complex random vectors, each containing random variables whose expected value and variance exist, the cross-correlation matrix of ๐™ and ๐– is defined by

R๐™๐–โ‰œ E[๐™๐–H]

where H denotes Hermitian transposition.

Uncorrelatedness

Two random vectors ๐—=(X1,โ€ฆ,Xm)T and ๐˜=(Y1,โ€ฆ,Yn)T are called uncorrelated if

E[๐—๐˜T]=E[๐—]E[๐˜]T.

They are uncorrelated if and only if their cross-covariance matrix K๐—๐˜ matrix is zero.

In the case of two complex random vectors ๐™ and ๐– they are called uncorrelated if

E[๐™๐–H]=E[๐™]E[๐–]H

and

E[๐™๐–T]=E[๐™]E[๐–]T.

Properties

Relation to the cross-covariance matrix

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

K๐—๐˜=E[(๐—โˆ’E[๐—])(๐˜โˆ’E[๐˜])T]=R๐—๐˜โˆ’E[๐—]E[๐˜]T
Respectively for complex random vectors:
K๐™๐–=E[(๐™โˆ’E[๐™])(๐–โˆ’E[๐–])H]=R๐™๐–โˆ’E[๐™]E[๐–]H

See also

References

Template:Reflist

Further reading