|
A random vector is a finite-dimensional formal vector of random variables. The random vector can be written either as a column or row of random variables, depending on its context and use. So if $X_1,X_2,\ldots,X_n$ are random variables, then $$\textbf{X}=\begin{pmatrix} X_1 \\ X_2 \\ \vdots \\ X_n \end{pmatrix}=\trnsp{(X_1,X_2,\ldots,X_n)}$$ is a random (column) vector. Similarly, one defines a random
matrix to be a formal matrix whose entries are all random variables. The size of a random vector and the size of a random matrix are assumed to be finite fixed constants.
The distribution of a random vector ${X}=(X_1,X_2,\ldots,X_n)$ is defined to be the joint distribution of its coordinates $X_1,\ldots,X_n$ $$F_{\textbf{X}}(\textbf{x}):=F_{X_1,\ldots,X_n}(x_1,\ldots,x_n).$$ Similarly, the distribution of a random matrix is the joint distribution of its matrix components.
Let ${X}=(X_1,X_2,\ldots,X_n)$ be a random vector. If $\operatorname{E}[X_i]$ exists ($<\infty$ for each $i$ then the expectation of ${X}$ called the mean vector and denoted by $\mathbf{E}[{X}]$ is defined to be: $$\mathbf{E}[\textbf{X}]:=(\operatorname{E}[X_1],\operatorname{E}[X_2],\ldots, \operatorname{E}[X_n]).$$ Clearly $\mathbf{E}[{X}]^T=\mathbf{E}[{X}^T]$ The expectation of a random matrix is similarly defined. Note that the definitions of expectations can also be defined via measure theory. Then, using Fubini's Theorem, one can show that the two sets of definitions coincide.
Again, let ${X}=(X_1,X_2,\ldots,X_n)^T$ be a random vector. If $\boldsymbol{\mu}$ $\mathbf{E}[{X}]$ is defined and $\operatorname{E}[X_iX_j]$ are defined for all $1\leq i,j \leq n$ then the variance of ${X}$ denoted by ${Var}[{X}]$ is defined to be: $$\textbf{Var}[\textbf{X}]:= \mathbf{E}\big[(\textbf{X}-\boldsymbol{\mu})(\textbf{X}-\boldsymbol{\mu})^T\big].$$ It is not hard to see that ${Var}[{X}]$ is an $n\times n$ symmetric matrix and it is equal to the covariance matrix of the $X_i$ s.
Properties:
- If X is an $n$ dimensional random vector with A a $m\times n$ constant matrix and $\boldsymbol{\alpha}$ an $m$ dimensional constant vector, then $$\mathbf{E}[\mathbf{AX}+\boldsymbol{\alpha}]=\mathbf{AE}[\mathbf{X}]+\boldsymbol{\alpha}.$$
- Same set up as above. Then $$\mathbf{Var}[\mathbf{AX}+\boldsymbol{\alpha}]=\mathbf{AVar}[\mathbf{X}]\mathbf{A}^T.$$ If the ${X_i}$ s are iid (independent identically distributed), with variance $\boldsymbol{\sigma}^2$ then $$\mathbf{Var}[\mathbf{AX}+\boldsymbol{\alpha}]=\boldsymbol{\sigma}^2\mathbf{AA}^T.$$
- Let $\mathbf{X}$ be an $n$ dimensional random vector with $\boldsymbol{\mu}=\mathbf{E[X]}$ $\boldsymbol{\Sigma}=\mathbf{Var[X]}$ $\mathbf{A}$ is an $n\times n$ constant matrix. Then $$\mathbf{E}[\mathbf{X}^T\mathbf{AX}]=\operatorname{tr}(\mathbf{A}\boldsymbol{\Sigma})+ \boldsymbol{\mu}^T\mathbf{A}\boldsymbol{\mu}.$$
|