Multivariate random variable

From HandWiki
Short description: Random variable with multiple component dimensions

In probability, and statistics, a multivariate random variable or random vector is a list or vector of mathematical variables each of whose value is unknown, either because the value has not yet occurred or because there is imperfect knowledge of its value. The individual variables in a random vector are grouped together because they are all part of a single mathematical system — often they represent different properties of an individual statistical unit. For example, while a given person has a specific age, height and weight, the representation of these features of an unspecified person from within a group would be a random vector. Normally each element of a random vector is a real number.

Random vectors are often used as the underlying implementation of various types of aggregate random variables, e.g. a random matrix, random tree, random sequence, stochastic process, etc.

More formally, a multivariate random variable is a column vector [math]\displaystyle{ \mathbf{X} = (X_1,\dots,X_n)^\mathsf{T} }[/math] (or its transpose, which is a row vector) whose components are scalar-valued random variables on the same probability space as each other, [math]\displaystyle{ (\Omega, \mathcal{F}, P) }[/math], where [math]\displaystyle{ \Omega }[/math] is the sample space, [math]\displaystyle{ \mathcal{F} }[/math] is the sigma-algebra (the collection of all events), and [math]\displaystyle{ P }[/math] is the probability measure (a function returning each event's probability).

Probability distribution

Every random vector gives rise to a probability measure on [math]\displaystyle{ \mathbb{R}^n }[/math] with the Borel algebra as the underlying sigma-algebra. This measure is also known as the joint probability distribution, the joint distribution, or the multivariate distribution of the random vector.

The distributions of each of the component random variables [math]\displaystyle{ X_i }[/math] are called marginal distributions. The conditional probability distribution of [math]\displaystyle{ X_i }[/math] given [math]\displaystyle{ X_j }[/math] is the probability distribution of [math]\displaystyle{ X_i }[/math] when [math]\displaystyle{ X_j }[/math] is known to be a particular value.

The cumulative distribution function [math]\displaystyle{ F_{\mathbf{X}} : \R^n \mapsto [0,1] }[/math] of a random vector [math]\displaystyle{ \mathbf{X}=(X_1,\dots,X_n)^\mathsf{T} }[/math] is defined as[1]:p.15

[math]\displaystyle{ F_{\mathbf{X}}(\mathbf{x}) = \operatorname{P}(X_1 \leq x_1,\ldots,X_n \leq x_n) }[/math]

 

 

 

 

(Eq.1)

where [math]\displaystyle{ \mathbf{x} = (x_1, \dots, x_n)^\mathsf{T} }[/math].

Operations on random vectors

Random vectors can be subjected to the same kinds of algebraic operations as can non-random vectors: addition, subtraction, multiplication by a scalar, and the taking of inner products.

Affine transformations

Similarly, a new random vector [math]\displaystyle{ \mathbf{Y} }[/math] can be defined by applying an affine transformation [math]\displaystyle{ g\colon \mathbb{R}^n \to \mathbb{R}^n }[/math] to a random vector [math]\displaystyle{ \mathbf{X} }[/math]:

[math]\displaystyle{ \mathbf{Y}=\mathbf{A}\mathbf{X}+b }[/math], where [math]\displaystyle{ \mathbf{A} }[/math] is an [math]\displaystyle{ n \times n }[/math] matrix and [math]\displaystyle{ b }[/math] is an [math]\displaystyle{ n \times 1 }[/math] column vector.

If [math]\displaystyle{ \mathbf{A} }[/math] is an invertible matrix and [math]\displaystyle{ \textstyle\mathbf{X} }[/math] has a probability density function [math]\displaystyle{ f_{\mathbf{X}} }[/math], then the probability density of [math]\displaystyle{ \mathbf{Y} }[/math] is

[math]\displaystyle{ f_{\mathbf{Y}}(y)=\frac{f_{\mathbf{X}}(\mathbf{A}^{-1}(y-b))}{|\det\mathbf{A}|} }[/math].

Invertible mappings

More generally we can study invertible mappings of random vectors.[2]:p.290–291

Let [math]\displaystyle{ g }[/math] be a one-to-one mapping from an open subset [math]\displaystyle{ \mathcal{D} }[/math] of [math]\displaystyle{ \mathbb{R}^n }[/math] onto a subset [math]\displaystyle{ \mathcal{R} }[/math] of [math]\displaystyle{ \mathbb{R}^n }[/math], let [math]\displaystyle{ g }[/math] have continuous partial derivatives in [math]\displaystyle{ \mathcal{D} }[/math] and let the Jacobian determinant of [math]\displaystyle{ g }[/math] be zero at no point of [math]\displaystyle{ \mathcal{D} }[/math]. Assume that the real random vector [math]\displaystyle{ \mathbf{X} }[/math] has a probability density function [math]\displaystyle{ f_{\mathbf{X}}(\mathbf{x}) }[/math] and satisfies [math]\displaystyle{ P(\mathbf{X} \in \mathcal{D}) = 1 }[/math]. Then the random vector [math]\displaystyle{ \mathbf{Y}=g(\mathbf{X}) }[/math] is of probability density

[math]\displaystyle{ \left. f_{\mathbf{Y}}(\mathbf{y})=\frac{f_{\mathbf{Z}}(\mathbf{z})}{\left |\det\frac{\partial \mathbf{z}}{\partial \mathbf{y}}\right |} \right |_{\mathbf{z}=g^{-1}(\mathbf{y})} \mathbf{1}(\mathbf{y} \in R_\mathbf{Y}) }[/math]

where [math]\displaystyle{ \mathbf{1} }[/math] denotes the indicator function and set [math]\displaystyle{ R_\mathbf{Y} = \{ \mathbf{y} = g(\mathbf{x}): f_{\mathbf{X}}(\mathbf{x}) \gt 0 \} \subseteq \mathcal{R} }[/math] denotes support of [math]\displaystyle{ \mathbf{Y} }[/math].

Expected value

The expected value or mean of a random vector [math]\displaystyle{ \mathbf{X} }[/math] is a fixed vector [math]\displaystyle{ \operatorname{E}[\mathbf{X}] }[/math] whose elements are the expected values of the respective random variables.[3]:p.333

[math]\displaystyle{ \operatorname{E}[\mathbf{X}] = (\operatorname{E}[X_1],...,\operatorname{E}[X_n])^{\mathrm T} }[/math]

 

 

 

 

(Eq.2)

Covariance and cross-covariance

Definitions

The covariance matrix (also called second central moment or variance-covariance matrix) of an [math]\displaystyle{ n \times 1 }[/math] random vector is an [math]\displaystyle{ n \times n }[/math] matrix whose (i,j)th element is the covariance between the i th and the j th random variables. The covariance matrix is the expected value, element by element, of the [math]\displaystyle{ n \times n }[/math] matrix computed as [math]\displaystyle{ [\mathbf{X}-\operatorname{E}[\mathbf{X}]] [\mathbf{X}-\operatorname{E}[\mathbf{X}]]^T }[/math], where the superscript T refers to the transpose of the indicated vector:[2]:p. 464[3]:p.335

[math]\displaystyle{ \operatorname{K}_{\mathbf{X}\mathbf{X}} = \operatorname{Var}[\mathbf{X}]=\operatorname{E}[(\mathbf{X}-\operatorname{E}[\mathbf{X}])(\mathbf{X}-\operatorname{E}[\mathbf{X}])^{T}] = \operatorname{E}[\mathbf{X} \mathbf{X}^T] - \operatorname{E}[\mathbf{X}]\operatorname{E}[\mathbf{X}]^T }[/math]

 

 

 

 

(Eq.3)

By extension, the cross-covariance matrix between two random vectors [math]\displaystyle{ \mathbf{X} }[/math] and [math]\displaystyle{ \mathbf{Y} }[/math] ([math]\displaystyle{ \mathbf{X} }[/math] having [math]\displaystyle{ n }[/math] elements and [math]\displaystyle{ \mathbf{Y} }[/math] having [math]\displaystyle{ p }[/math] elements) is the [math]\displaystyle{ n \times p }[/math] matrix[3]:p.336

[math]\displaystyle{ \operatorname{K}_{\mathbf{X}\mathbf{Y}} = \operatorname{Cov}[\mathbf{X},\mathbf{Y}]=\operatorname{E}[(\mathbf{X}-\operatorname{E}[\mathbf{X}])(\mathbf{Y}-\operatorname{E}[\mathbf{Y}])^{T}] = \operatorname{E}[\mathbf{X} \mathbf{Y}^T] - \operatorname{E}[\mathbf{X}]\operatorname{E}[\mathbf{Y}]^T }[/math]

 

 

 

 

(Eq.4)

where again the matrix expectation is taken element-by-element in the matrix. Here the (i,j)th element is the covariance between the i th element of [math]\displaystyle{ \mathbf{X} }[/math] and the j th element of [math]\displaystyle{ \mathbf{Y} }[/math].

Properties

The covariance matrix is a symmetric matrix, i.e.[2]:p. 466

[math]\displaystyle{ \operatorname{K}_{\mathbf{X}\mathbf{X}}^T = \operatorname{K}_{\mathbf{X}\mathbf{X}} }[/math].

The covariance matrix is a positive semidefinite matrix, i.e.[2]:p. 465

[math]\displaystyle{ \mathbf{a}^T \operatorname{K}_{\mathbf{X}\mathbf{X}} \mathbf{a} \ge 0 \quad \text{for all } \mathbf{a} \in \mathbb{R}^n }[/math].

The cross-covariance matrix [math]\displaystyle{ \operatorname{Cov}[\mathbf{Y},\mathbf{X}] }[/math] is simply the transpose of the matrix [math]\displaystyle{ \operatorname{Cov}[\mathbf{X},\mathbf{Y}] }[/math], i.e.

[math]\displaystyle{ \operatorname{K}_{\mathbf{Y}\mathbf{X}} = \operatorname{K}_{\mathbf{X}\mathbf{Y}}^T }[/math].

Uncorrelatedness

Two random vectors [math]\displaystyle{ \mathbf{X}=(X_1,...,X_m)^T }[/math] and [math]\displaystyle{ \mathbf{Y}=(Y_1,...,Y_n)^T }[/math] are called uncorrelated if

[math]\displaystyle{ \operatorname{E}[\mathbf{X} \mathbf{Y}^T] = \operatorname{E}[\mathbf{X}]\operatorname{E}[\mathbf{Y}]^T }[/math].

They are uncorrelated if and only if their cross-covariance matrix [math]\displaystyle{ \operatorname{K}_{\mathbf{X}\mathbf{Y}} }[/math] is zero.[3]:p.337

Correlation and cross-correlation

Definitions

The correlation matrix (also called second moment) of an [math]\displaystyle{ n \times 1 }[/math] random vector is an [math]\displaystyle{ n \times n }[/math] matrix whose (i,j)th element is the correlation between the i th and the j th random variables. The correlation matrix is the expected value, element by element, of the [math]\displaystyle{ n \times n }[/math] matrix computed as [math]\displaystyle{ \mathbf{X} \mathbf{X}^T }[/math], where the superscript T refers to the transpose of the indicated vector:[4]:p.190[3]:p.334

[math]\displaystyle{ \operatorname{R}_{\mathbf{X}\mathbf{X}} = \operatorname{E}[\mathbf{X} \mathbf{X}^{\mathrm T}] }[/math]

 

 

 

 

(Eq.5)

By extension, the cross-correlation matrix between two random vectors [math]\displaystyle{ \mathbf{X} }[/math] and [math]\displaystyle{ \mathbf{Y} }[/math] ([math]\displaystyle{ \mathbf{X} }[/math] having [math]\displaystyle{ n }[/math] elements and [math]\displaystyle{ \mathbf{Y} }[/math] having [math]\displaystyle{ p }[/math] elements) is the [math]\displaystyle{ n \times p }[/math] matrix

[math]\displaystyle{ \operatorname{R}_{\mathbf{X}\mathbf{Y}} = \operatorname{E}[\mathbf{X} \mathbf{Y}^T] }[/math]

 

 

 

 

(Eq.6)

Properties

The correlation matrix is related to the covariance matrix by

[math]\displaystyle{ \operatorname{R}_{\mathbf{X}\mathbf{X}} = \operatorname{K}_{\mathbf{X}\mathbf{X}} + \operatorname{E}[\mathbf{X}]\operatorname{E}[\mathbf{X}]^T }[/math].

Similarly for the cross-correlation matrix and the cross-covariance matrix:

[math]\displaystyle{ \operatorname{R}_{\mathbf{X}\mathbf{Y}} = \operatorname{K}_{\mathbf{X}\mathbf{Y}} + \operatorname{E}[\mathbf{X}]\operatorname{E}[\mathbf{Y}]^T }[/math]

Orthogonality

Two random vectors of the same size [math]\displaystyle{ \mathbf{X}=(X_1,...,X_n)^T }[/math] and [math]\displaystyle{ \mathbf{Y}=(Y_1,...,Y_n)^T }[/math] are called orthogonal if

[math]\displaystyle{ \operatorname{E}[\mathbf{X}^T \mathbf{Y}] = 0 }[/math].

Independence

Main page: Independence (probability theory)

Two random vectors [math]\displaystyle{ \mathbf{X} }[/math] and [math]\displaystyle{ \mathbf{Y} }[/math] are called independent if for all [math]\displaystyle{ \mathbf{x} }[/math] and [math]\displaystyle{ \mathbf{y} }[/math]

[math]\displaystyle{ F_{\mathbf{X,Y}}(\mathbf{x,y}) = F_{\mathbf{X}}(\mathbf{x}) \cdot F_{\mathbf{Y}}(\mathbf{y}) }[/math]

where [math]\displaystyle{ F_{\mathbf{X}}(\mathbf{x}) }[/math] and [math]\displaystyle{ F_{\mathbf{Y}}(\mathbf{y}) }[/math] denote the cumulative distribution functions of [math]\displaystyle{ \mathbf{X} }[/math] and [math]\displaystyle{ \mathbf{Y} }[/math] and[math]\displaystyle{ F_{\mathbf{X,Y}}(\mathbf{x,y}) }[/math] denotes their joint cumulative distribution function. Independence of [math]\displaystyle{ \mathbf{X} }[/math] and [math]\displaystyle{ \mathbf{Y} }[/math] is often denoted by [math]\displaystyle{ \mathbf{X} \perp\!\!\!\perp \mathbf{Y} }[/math]. Written component-wise, [math]\displaystyle{ \mathbf{X} }[/math] and [math]\displaystyle{ \mathbf{Y} }[/math] are called independent if for all [math]\displaystyle{ x_1,\ldots,x_m,y_1,\ldots,y_n }[/math]

[math]\displaystyle{ F_{X_1,\ldots,X_m,Y_1,\ldots,Y_n}(x_1,\ldots,x_m,y_1,\ldots,y_n) = F_{X_1,\ldots,X_m}(x_1,\ldots,x_m) \cdot F_{Y_1,\ldots,Y_n}(y_1,\ldots,y_n) }[/math].

Characteristic function

The characteristic function of a random vector [math]\displaystyle{ \mathbf{X} }[/math] with [math]\displaystyle{ n }[/math] components is a function [math]\displaystyle{ \mathbb{R}^n \to \mathbb{C} }[/math] that maps every vector [math]\displaystyle{ \mathbf{\omega} = (\omega_1,\ldots,\omega_n)^T }[/math] to a complex number. It is defined by[2]:p. 468

[math]\displaystyle{ \varphi_{\mathbf{X}}(\mathbf{\omega}) = \operatorname{E} \left [ e^{i(\mathbf{\omega}^T \mathbf{X})} \right ] = \operatorname{E} \left [ e^{i( \omega_1 X_1 + \ldots + \omega_n X_n)} \right ] }[/math].

Further properties

Expectation of a quadratic form

One can take the expectation of a quadratic form in the random vector [math]\displaystyle{ \mathbf{X} }[/math] as follows:[5]:p.170–171

[math]\displaystyle{ \operatorname{E}[\mathbf{X}^{T}A\mathbf{X}] = \operatorname{E}[\mathbf{X}]^{T}A\operatorname{E}[\mathbf{X}] + \operatorname{tr}(A K_{\mathbf{X}\mathbf{X}}), }[/math]

where [math]\displaystyle{ K_{\mathbf{X}\mathbf{X}} }[/math] is the covariance matrix of [math]\displaystyle{ \mathbf{X} }[/math] and [math]\displaystyle{ \operatorname{tr} }[/math] refers to the trace of a matrix — that is, to the sum of the elements on its main diagonal (from upper left to lower right). Since the quadratic form is a scalar, so is its expectation.

Proof: Let [math]\displaystyle{ \mathbf{z} }[/math] be an [math]\displaystyle{ m \times 1 }[/math] random vector with [math]\displaystyle{ \operatorname{E}[\mathbf{z}] = \mu }[/math] and [math]\displaystyle{ \operatorname{Cov}[\mathbf{z}]= V }[/math] and let [math]\displaystyle{ A }[/math] be an [math]\displaystyle{ m \times m }[/math] non-stochastic matrix.

Then based on the formula for the covariance, if we denote [math]\displaystyle{ \mathbf{z}^T = \mathbf{X} }[/math] and [math]\displaystyle{ \mathbf{z}^T A^T = \mathbf{Y} }[/math], we see that:

[math]\displaystyle{ \operatorname{Cov}[\mathbf{X},\mathbf{Y}] = \operatorname{E}[\mathbf{X}\mathbf{Y}^T]-\operatorname{E}[\mathbf{X}]\operatorname{E}[\mathbf{Y}]^T }[/math]

Hence

[math]\displaystyle{ \begin{align} \operatorname{E}[XY^T] &= \operatorname{Cov}[X,Y]+\operatorname{E}[X]\operatorname{E}[Y]^T \\ \operatorname{E}[z^T Az] &= \operatorname{Cov}[z^T,z^T A^T] + \operatorname{E}[z^T]\operatorname{E}[z^T A^T ]^T \\ &=\operatorname{Cov}[z^T , z^T A^T] + \mu^T (\mu^T A^T)^T \\ &=\operatorname{Cov}[z^T , z^T A^T] + \mu^T A \mu , \end{align} }[/math]

which leaves us to show that

[math]\displaystyle{ \operatorname{Cov}[z^T , z^T A^T ]=\operatorname{tr}(AV). }[/math]

This is true based on the fact that one can cyclically permute matrices when taking a trace without changing the end result (e.g.: [math]\displaystyle{ \operatorname{tr}(AB) = \operatorname{tr}(BA) }[/math]).

We see that

[math]\displaystyle{ \begin{align} \operatorname{Cov}[z^T,z^T A^T] &= \operatorname{E} \left[\left(z^T - E(z^T) \right)\left(z^T A^T - E\left(z^T A^T \right) \right)^T \right] \\ &= \operatorname{E} \left[ (z^T - \mu^T) (z^T A^T - \mu^T A^T )^T \right]\\ &= \operatorname{E} \left[ (z - \mu)^T (Az - A\mu) \right]. \end{align} }[/math]

And since

[math]\displaystyle{ \left( {z - \mu } \right)^T \left( {Az - A\mu } \right) }[/math]

is a scalar, then

[math]\displaystyle{ (z - \mu)^T ( Az - A\mu)= \operatorname{tr}\left( {(z - \mu )^T (Az - A\mu )} \right) = \operatorname{tr} \left((z - \mu )^T A(z - \mu ) \right) }[/math]

trivially. Using the permutation we get:

[math]\displaystyle{ \operatorname{tr}\left( {(z - \mu )^T A(z - \mu )} \right) = \operatorname{tr}\left( {A(z - \mu )(z - \mu )^T} \right), }[/math]

and by plugging this into the original formula we get:

[math]\displaystyle{ \begin{align} \operatorname{Cov} \left[ {z^T,z^T A^T} \right] &= E\left[ {\left( {z - \mu } \right)^T (Az - A\mu)} \right] \\ &= E \left[ \operatorname{tr}\left( A(z - \mu )(z - \mu )^T \right) \right] \\ &= \operatorname{tr} \left( {A \cdot \operatorname{E} \left((z - \mu )(z - \mu )^T \right) } \right) \\ &= \operatorname{tr} (A V). \end{align} }[/math]

Expectation of the product of two different quadratic forms

One can take the expectation of the product of two different quadratic forms in a zero-mean Gaussian random vector [math]\displaystyle{ \mathbf{X} }[/math] as follows:[5]:pp. 162–176

[math]\displaystyle{ \operatorname{E}\left[(\mathbf{X}^{T}A\mathbf{X})(\mathbf{X}^{T}B\mathbf{X})\right] = 2\operatorname{tr}(A K_{\mathbf{X}\mathbf{X}} B K_{\mathbf{X}\mathbf{X}}) + \operatorname{tr}(A K_{\mathbf{X}\mathbf{X}})\operatorname{tr}(B K_{\mathbf{X}\mathbf{X}}) }[/math]

where again [math]\displaystyle{ K_{\mathbf{X}\mathbf{X}} }[/math] is the covariance matrix of [math]\displaystyle{ \mathbf{X} }[/math]. Again, since both quadratic forms are scalars and hence their product is a scalar, the expectation of their product is also a scalar.

Applications

Portfolio theory

In portfolio theory in finance, an objective often is to choose a portfolio of risky assets such that the distribution of the random portfolio return has desirable properties. For example, one might want to choose the portfolio return having the lowest variance for a given expected value. Here the random vector is the vector [math]\displaystyle{ \mathbf{r} }[/math] of random returns on the individual assets, and the portfolio return p (a random scalar) is the inner product of the vector of random returns with a vector w of portfolio weights — the fractions of the portfolio placed in the respective assets. Since p = wT[math]\displaystyle{ \mathbf{r} }[/math], the expected value of the portfolio return is wTE([math]\displaystyle{ \mathbf{r} }[/math]) and the variance of the portfolio return can be shown to be wTCw, where C is the covariance matrix of [math]\displaystyle{ \mathbf{r} }[/math].

Regression theory

In linear regression theory, we have data on n observations on a dependent variable y and n observations on each of k independent variables xj. The observations on the dependent variable are stacked into a column vector y; the observations on each independent variable are also stacked into column vectors, and these latter column vectors are combined into a design matrix X (not denoting a random vector in this context) of observations on the independent variables. Then the following regression equation is postulated as a description of the process that generated the data:

[math]\displaystyle{ y = X \beta + e, }[/math]

where β is a postulated fixed but unknown vector of k response coefficients, and e is an unknown random vector reflecting random influences on the dependent variable. By some chosen technique such as ordinary least squares, a vector [math]\displaystyle{ \hat \beta }[/math] is chosen as an estimate of β, and the estimate of the vector e, denoted [math]\displaystyle{ \hat e }[/math], is computed as

[math]\displaystyle{ \hat e = y - X \hat \beta. }[/math]

Then the statistician must analyze the properties of [math]\displaystyle{ \hat \beta }[/math] and [math]\displaystyle{ \hat e }[/math], which are viewed as random vectors since a randomly different selection of n cases to observe would have resulted in different values for them.

Vector time series

The evolution of a k×1 random vector [math]\displaystyle{ \mathbf{X} }[/math] through time can be modelled as a vector autoregression (VAR) as follows:

[math]\displaystyle{ \mathbf{X}_t = c + A_1 \mathbf{X}_{t-1} + A_2 \mathbf{X}_{t-2} + \cdots + A_p \mathbf{X}_{t-p} + \mathbf{e}_t, \, }[/math]

where the i-periods-back vector observation [math]\displaystyle{ \mathbf{X}_{t-i} }[/math] is called the i-th lag of [math]\displaystyle{ \mathbf{X} }[/math], c is a k × 1 vector of constants (intercepts), Ai is a time-invariant k × k matrix and [math]\displaystyle{ \mathbf{e}_t }[/math] is a k × 1 random vector of error terms.

References

  1. Gallager, Robert G. (2013). Stochastic Processes Theory for Applications. Cambridge University Press. ISBN 978-1-107-03975-9. 
  2. 2.0 2.1 2.2 2.3 2.4 Lapidoth, Amos (2009). A Foundation in Digital Communication. Cambridge University Press. ISBN 978-0-521-19395-5. 
  3. 3.0 3.1 3.2 3.3 3.4 Gubner, John A. (2006). Probability and Random Processes for Electrical and Computer Engineers. Cambridge University Press. ISBN 978-0-521-86470-1. 
  4. Papoulis, Athanasius (1991). Probability, Random Variables and Stochastic Processes (Third ed.). McGraw-Hill. ISBN 0-07-048477-5. 
  5. 5.0 5.1 Kendrick, David (1981). Stochastic Control for Economic Models. McGraw-Hill. ISBN 0-07-033962-7. 

Further reading

  • Stark, Henry; Woods, John W. (2012). "Random Vectors". Probability, Statistics, and Random Processes for Engineers (Fourth ed.). Pearson. pp. 295–339. ISBN 978-0-13-231123-6. 

de:Zufallsvariable#Mehrdimensionale Zufallsvariable pl:Zmienna losowa#Uogólnienia