7.7. Random Vectors#

We will continue to use the notation of capital letters to denote a random vector. We will specify the space over which the random vector is generated to clarify the dimensionality.

A real random vector X takes values in the vector space Rn. A complex random vector Z takes values in the vector space Cn. We write

X=[X1Xn].

The expected value or mean of a random vector is E(X).

E(X)=[E(X1)E(Xn)].

Covariance-matrix of a random vector:

Cov(X)=E[(XE(X))(XE(X))T]=E[XXT]E[X]E[X]T.

We will use the symbols μ and Σ for the mean vector and covariance matrix of a random vector X. Clearly

E[XXT]=Σ+μμT.

Cross-covariance matrix of two random vectors:

Cov(X,Y)=E[(XE(X))(YE(Y))T]=E[XYT]E[X]E[Y]T.

Note that

Cov(X,Y)=Cov(Y,X)T.

The characteristic function is defined as

ΨX(jω)=E(exp(jωTX)),ωRn.

The MGF is defined as

MX(t)=E(exp(tTX)),tCn.

Theorem 7.23

The components X1,,Xn of a random vector X are independent if and only if

ΨX(jω)=i=1nΨXi(jωi),ωRn.