Multivariate normal distribution

Multivariate normal distribution
Probability density function
GaussianScatterPCA.png
Many samples from a multivariate (bivariate) Gaussian distribution centered at (1,3) with a standard deviation of 3 in roughly the (0.878, 0.478) direction and of 1 in the orthogonal direction.
notation: \mathcal{N}(\mu,\,\Sigma)
parameters: μRklocation
Σ ∈ Rk×kcovariance (nonnegative-definite matrix)
support: x ∈ μ+span(Σ) ⊆ Rk
pdf: (2\pi)^{-\frac{k}{2}}|\Sigma|^{-\frac{1}{2}}\, e^{ -\frac{1}{2}(x-\mu)'\Sigma^{-1}(x-\mu) },
exists only when Σ is positive-definite
cdf: (no analytic expression)
mean: μ
mode: μ
variance: Σ
entropy: \ln\!\sqrt{(2\pi e)^k |\Sigma|}
mgf: \exp\!\Big( \mu't + \tfrac{1}{2} t'\Sigma t\Big)
cf: \exp\!\Big( i\mu't - \tfrac{1}{2} t'\Sigma t\Big)

In probability theory and statistics, the multivariate normal distribution or multivariate Gaussian distribution, is a generalization of the one-dimensional (univariate) normal distribution to higher dimensions. A random vector is said to be multivariate normally distributed if every linear combination of its components has a univariate normal distribution. The multivariate normal distribution is often used to describe, at least approximately, any set of (possibly) correlated real-valued random variables each of which clusters around a mean value.

Contents

Notation and parametrization

The multivariate normal distribution of a k-dimensional random vector X = [X1, X2, …, Xk] can be written in the following notation:


    X\ \sim\ \mathcal{N}(\mu,\, \Sigma),

or to make it explicitly known that X is k-dimensional,


    X\ \sim\ \mathcal{N}_k(\mu,\, \Sigma).

with k-dimensional mean vector

 \mu = [ \operatorname{E}[X_1], \operatorname{E}[X_2], \ldots, \operatorname{E}[X_k]]

and k x k covariance matrix

 \Sigma = [\operatorname{Cov}[X_i, X_j]], i=1,2,\ldots,k; j=1,2,\ldots,k

Definition

A random vector X = (X1, …, Xk)′ is said to have the multivariate normal distribution if it satisfies the following equivalent conditions.[1]

  • Every linear combination of its components Y = a1X1 + … + akXk is normally distributed. That is, for any constant vector aRk, the random variable Y = a′X has a univariate normal distribution.
  • There exists a random -vector Z, whose components are independent standard normal random variables, a k-vector μ, and a k×ℓ matrix A, such that X = AZ + μ. Here is the rank of the covariance matrix Σ = AA′. Especially in the case of full rank, see the section below on Geometric Interpretation.
  • There is a k-vector μ and a symmetric, nonnegative-definite k×k matrix Σ, such that the characteristic function of X is

    \varphi_X(u) = \exp\Big( iu'\mu - \tfrac{1}{2} u'\Sigma u \Big).

The covariance matrix is allowed to be singular (in which case the corresponding distribution has no density). This case arises frequently in statistics; for example, in the distribution of the vector of residuals in the ordinary least squares regression. Note also that the Xi are in general not independent; they can be seen as the result of applying the matrix A to a collection of independent Gaussian variables Z.

Properties

Density function

Non-degenerate case

The multivariate normal distribution is said to be "non-degenerate" when the covariance matrix Σ of the multivariate normal distribution is symmetric and positive definite. In this case the distribution has density


f_X(x_1,\ldots,x_k)\, dx_1\ldots dx_k=
\frac{1}{(2\pi)^{k/2}|\Sigma|^{1/2}}
\exp\left(-\frac{1}{2}({\mathbf x}-{\mathbf\mu})^T{\mathbf\Sigma}^{-1}({\mathbf x}-{\mathbf\mu})
\right)dx_1\ldots dx_k,

where \left|A\right| is the determinant of A. Note how the equation above reduces to that of the univariate normal distribution if Σ is a 1\times 1 matrix (ie a real number).

Bivariate case

In the 2-dimensional nonsingular case (k = rank(Σ) = 2), the probability density function of a vector [X Y]′ is


    f(x,y) =
      \frac{1}{2 \pi  \sigma_x \sigma_y \sqrt{1-\rho^2}}
      \exp\left(
        -\frac{1}{2(1-\rho^2)}\left[
          \frac{(x-\mu_x)^2}{\sigma_x^2} +
          \frac{(y-\mu_y)^2}{\sigma_y^2} -
          \frac{2\rho(x-\mu_x)(y-\mu_y)}{\sigma_x \sigma_y}
        \right]
      \right),

where ρ is the correlation between X and Y. In this case,


    \mu = \begin{pmatrix} \mu_x \\ \mu_y \end{pmatrix}, \quad
    \Sigma = \begin{pmatrix} \sigma_x^2 & \rho \sigma_x \sigma_y \\
                             \rho \sigma_x \sigma_y  & \sigma_y^2 \end{pmatrix}.

In the bivariate case, we also have a theorem that makes the first equivalent condition for multivariate normality less restrictive: it is sufficient to verify that countably many distinct linear combinations of X and Y are normal in order to conclude that the vector [X Y]′ is bivariate normal.[2]

Degenerate case

If the covariance matrix Σ is not full rank, then the multivariate normal distribution is degenerate and does not have a density. More precisely, it does not have a density with respect to k-dimensional Lebesgue measure (which is the usual measure assumed in calculus-level probability courses). Only random vectors whose distributions are absolutely continuous with respect to a measure are said to have densities (with respect to that measure). To talk about densities but avoid dealing with measure-theoretic complications it can be simpler to restrict attention to a subset of rank(Σ) of the coordinates of X such that covariance matrix for this subset is positive definite; then the other coordinates may be thought of as an affine function of the selected coordinates.

To talk about densities meaningfully in the singular case, then, we must select a different base measure. Using the disintegration theorem we can define a restriction of Lebesgue measure to the rank(Σ)-dimensional affine subspace of \mathbb{R}^k where the Gaussian distribution is supported, i.e. \{\mu+\Sigma v : v \in \mathbb{R}^k \}. With respect to this probability measure the distribution has density:

f(x)=((2\pi)^{\text{rank}(\Sigma)}\text{det}^*(\Sigma))^{-\frac{1}{2}}\, e^{ -\frac{1}{2}(x-\mu)'\Sigma^{-}(x-\mu) }

where Σ is the generalized inverse and det* is the pseudo-determinant.

Likelihood function

If the mean and variance matrix are unknown, a suitable log likelihood function for a single observation 'x' would be:

\ln(L)=-\frac{k}{2}\ln(2\pi)-\frac{1}{2} \ln |\Sigma|\, -\frac{1}{2}(x-\mu)^T\Sigma^{-1}(x-\mu)

where x is a vector of real numbers. The complex case would be - \ln |\Sigma|\, -(z-\mu)^\dagger\Sigma^{-1}(z-\mu).  

Cumulative distribution function

The cumulative distribution function (cdf) F(x) of a random vector X is defined as the probability that all components of X are less than or equal to the corresponding values in the vector x. Though there is no closed form for F(x), there are a number of algorithms that estimate it numerically.

Normally distributed and independent

If X and Y are normally distributed and independent, this implies they are "jointly normally distributed", i.e., the pair (XY) must have multivariate normal distribution. However, a pair of jointly normally distributed variables need not be independent.

Two normally distributed random variables need not be jointly bivariate normal

The fact that two random variables X and Y both have a normal distribution does not imply that the pair (XY) has a joint normal distribution. A simple example is one in which X has a normal distribution with expected value 0 and variance 1, and Y = X if |X| > c and Y = −X if |X| < c, where c > 0. There are similar counterexamples for more than two random variables.[citation needed]

Conditional distributions

If μ and Σ are partitioned as follows


\mu
=
\begin{bmatrix}
 \mu_1 \\
 \mu_2
\end{bmatrix}
\quad with sizes \begin{bmatrix} q \times 1 \\ (N-q) \times 1 \end{bmatrix}

\Sigma
=
\begin{bmatrix}
 \Sigma_{11} & \Sigma_{12} \\
 \Sigma_{21} & \Sigma_{22}
\end{bmatrix}
\quad with sizes \begin{bmatrix} q \times q & q \times (N-q) \\ (N-q) \times q & (N-q) \times (N-q) \end{bmatrix}

then, the distribution of X1 conditional on X2 = a is multivariate normal (X1|X2 = a) ∼ N(μ, Σ) where


\bar{\mu}
=
\mu_1 + \Sigma_{12} \Sigma_{22}^{-}
\left(
 a - \mu_2
\right)

and covariance matrix


\overline{\Sigma}
=
\Sigma_{11} - \Sigma_{12} \Sigma_{22}^{-} \Sigma_{21}.

[3]

This matrix is the Schur complement of Σ22 in Σ. This means that to calculate the conditional covariance matrix, one inverts the overall covariance matrix, drops the rows and columns corresponding to the variables being conditioned upon, and then inverts back to get the conditional covariance matrix. Here \Sigma_{22}^{-} is the generalized inverse of Σ22


Note that knowing that X2 = a alters the variance, though the new variance does not depend on the specific value of a; perhaps more surprisingly, the mean is shifted by \Sigma_{12} \Sigma_{22}^{-1} \left(a - \mu_2 \right); compare this with the situation of not knowing the value of a, in which case X1 would have distribution \mathcal{N}_q \left(\mu_1, \Sigma_{11} \right).

An interesting fact derived in order to prove this result, is that the random vectors X2 and Y_1=X_1-\Sigma_{12}\Sigma_{22}^{-}X_2 are independent.

The matrix Σ12Σ22 is known as the matrix of regression coefficients.

In the bivariate case the conditional distribution of Y given X is

Y|X=x \ \sim\ \mathcal{N}\left(\mu_Y+\frac{\sigma_Y}{\sigma_X}\rho(x-\mu_X),\, (1-\rho^2)\sigma_Y^2\right).

where ρ is the correlation coefficient between X and Y.

Bivariate conditional expectation

In the case


\begin{pmatrix}
 X_1 \\
 X_2
\end{pmatrix}  \sim \mathcal{N} \left( \begin{pmatrix}
 0 \\
 0
\end{pmatrix} , \begin{pmatrix}
 1 & \rho \\
 \rho & 1
\end{pmatrix} \right)

the following result holds[citation needed]


\operatorname{E}(X_1 | X_2 > z) = \rho { \phi(z) \over \Phi(-z) } ,

where the final ratio here is called the inverse Mills ratio.

Marginal distributions

To obtain the marginal distribution over a subset of multivariate normal random variables, one only needs to drop the irrelevant variables (the variables that one wants to marginalize out) from the mean vector and the covariance matrix. The proof for this follows from the definitions of multivariate normal distributions and linear algebra.[4]

Example

Let X = [X1, X2, X3] be multivariate normal random variables with mean vector μ = [μ1μ2μ3] and covariance matrix Σ (Standard parametrization for multivariate normal distribution). Then the joint distribution of X′ = [X1X3] is multivariate normal with mean vector μ′ = [μ1μ3] and covariance matrix  \Sigma' =
\begin{bmatrix}
\Sigma_{11} & \Sigma_{13} \\
\Sigma_{31} & \Sigma_{33}
\end{bmatrix}
.

Affine transformation

If Y = c + BX is an affine transformation of X\ \sim \mathcal{N}(\mu, \Sigma), where c is an M \times 1 vector of constants and B is a constant M \times N matrix, then Y has a multivariate normal distribution with expected value c + Bμ and variance BΣBT i.e., Y \sim \mathcal{N} \left(c + B \mu, B \Sigma B^T\right). In particular, any subset of the Xi has a marginal distribution that is also multivariate normal. To see this, consider the following example: to extract the subset (X1, X2, X4)T, use


B
=
\begin{bmatrix}
 1 & 0 & 0 & 0 & 0 & \ldots & 0 \\
 0 & 1 & 0 & 0 & 0 & \ldots & 0 \\
 0 & 0 & 0 & 1 & 0 & \ldots & 0
\end{bmatrix}

which extracts the desired elements directly.

Another corollary is that the distribution of Z = b · X, where b is a constant vector of the same length as X and the dot indicates a vector product, is univariate Gaussian with Z\sim\mathcal{N}\left(b\cdot\mu, b^T\Sigma b\right). This result follows by using


B=\begin{bmatrix}
b_1    & b_2    & \ldots & b_n    \\
0      & 0      & \ldots & 0      \\
\vdots & \vdots & \ddots & \vdots \\
0      & 0      & \ldots & 0
\end{bmatrix}

and considering only the first component of the product (the first row of B is the vector b). Observe how the positive-definiteness of Σ implies that the variance of the dot product must be positive.

An affine transformation of X such as 2X is not the same as the sum of two independent realisations of X.

Geometric interpretation

The equidensity contours of a non-singular multivariate normal distribution are ellipsoids (i.e. linear transformations of hyperspheres) centered at the mean.[5] The directions of the principal axes of the ellipsoids are given by the eigenvectors of the covariance matrix Σ. The squared relative lengths of the principal axes are given by the corresponding eigenvalues.

If Σ = UΛUT = UΛ1/2(UΛ1/2)T is an eigendecomposition where the columns of U are unit eigenvectors and Λ is a diagonal matrix of the eigenvalues, then we have

X\ \sim N(\mu, \Sigma) \iff X\ \sim \mu+U\Lambda^{1/2}N(0, I) \iff X\ \sim \mu+UN(0, \Lambda).

Moreover, U can be chosen to be a rotation matrix, as inverting an axis does not have any effect on N(0, Λ), but inverting a column changes the sign of U's determinant. The distribution N(μ, Σ) is in effect N(0, I) scaled by Λ1/2, rotated by U and translated by μ.

Conversely, any choice of μ, full rank matrix U, and positive diagonal entries Λi yields a non-singular multivariate normal distribution. If any Λi is zero and U is square, the resulting covariance matrix UΛUT is singular. Geometrically this means that every contour ellipsoid is infinitely thin and has zero volume in n-dimensional space, as at least one of the principal axes has length of zero.

Correlations and independence

In general, random variables may be uncorrelated but highly dependent. But if a random vector has a multivariate normal distribution then any two or more of its components that are uncorrelated are independent. This implies that any two or more of its components that are pairwise independent are independent.

But it is not true that two random variables that are (separately, marginally) normally distributed and uncorrelated are independent. Two random variables that are normally distributed may fail to be jointly normally distributed, i.e., the vector whose components they are may fail to have a multivariate normal distribution. For an example of two normally distributed random variables that are uncorrelated but not independent, see normally distributed and uncorrelated does not imply independent.

Higher moments

The kth-order moments of X are defined by


\mu _{1,\dots,N}(X)\ \stackrel{\mathrm{def}}{=}\  \mu _{r_{1},\dots,r_{N}}(X)\ \stackrel{\mathrm{def}}{=}\  E\left[
\prod\limits_{j=1}^{N}X_j^{r_{j}}\right]

where r1 + r2 + ⋯ + rN = k.

The central k-order central moments are given as follows

(a) If k is odd, μ1, …, N(X − μ) = 0.

(b) If k is even with k = 2λ, then


\mu _{1,\dots,2\lambda }(X-\mu )=\sum \left( \sigma _{ij}\sigma _{k\ell}\cdots\sigma _{XZ}\right)

where the sum is taken over all allocations of the set \left\{ 1,\dots,2\lambda
\right\} into λ (unordered) pairs. That is, if you have a kth ( = 2λ = 6) central moment, you will be summing the products of λ = 3 covariances (the -μ notation has been dropped in the interests of parsimony):

\begin{align}
& {} E[X_1 X_2 X_3 X_4 X_5 X_6] \\
&{} = E[X_1 X_2 ]E[X_3 X_4 ]E[X_5 X_6 ] + E[X_1 X_2 ]E[X_3 X_5 ]E[X_4 X_6] + E[X_1 X_2 ]E[X_3 X_6 ]E[X_4 X_5] \\
&{} + E[X_1 X_3 ]E[X_2 X_4 ]E[X_5 X_6 ] + E[X_1 X_3 ]E[X_2 X_5 ]E[X_4 X_6 ] + E[X_1 X_3]E[X_2 X_6]E[X_4 X_5] \\
&+ E[X_1 X_4]E[X_2 X_3]E[X_5 X_6]+E[X_1 X_4]E[X_2 X_5]E[X_3 X_6]+E[X_1 X_4]E[X_2 X_6]E[X_3 X_5] \\
& + E[X_1 X_5]E[X_2 X_3]E[X_4 X_6]+E[X_1 X_5]E[X_2 X_4]E[X_3 X_6]+E[X_1 X_5]E[X_2 X_6]E[X_3 X_4] \\
& + E[X_1 X_6]E[X_2 X_3]E[X_4 X_5 ] + E[X_1 X_6]E[X_2 X_4 ]E[X_3 X_5] + E[X_1 X_6]E[X_2 X_5]E[X_3 X_4].
\end{align}

This yields (2λ − 1)! / (2λ − 1(λ − 1)!) terms in the sum (15 in the above case), each being the product of λ (in this case 3) covariances. For fourth order moments (four variables) there are three terms. For sixth-order moments there are 3 × 5 = 15 terms, and for eighth-order moments there are 3 × 5 × 7 = 105 terms.

The covariances are then determined by replacing the terms of the list \left[ 1,\dots,2\lambda \right] by the corresponding terms of the list consisting of r1 ones, then r2 twos, etc.. To illustrate this, examine the following 4th-order central moment case:

E\left[ X_i^4\right] = 3\sigma _{ii}^2
E\left[ X_i^3 X_j\right] = 3\sigma _{ii} \sigma _{ij}
E\left[ X_i^2 X_j^2\right] = \sigma _{ii}\sigma_{jj}+2\left( \sigma _{ij}\right) ^2
E\left[ X_i^2X_jX_k\right] = \sigma _{ii}\sigma _{jk}+2\sigma _{ij}\sigma _{ik}
E\left[ X_i X_j X_k X_n\right] = \sigma _{ij}\sigma _{kn}+\sigma _{ik}\sigma _{jn}+\sigma _{in}\sigma _{jk}.

where σij is the covariance of Xi and Xj. The idea with the above method is you first find the general case for a kth moment where you have k different X variables - E\left[ X_i X_j X_k X_n\right] and then you can simplify this accordingly. Say, you have E\left[ X_i^2 X_k X_n\right] then you simply let Xi = Xj and realise that σii = σi2.

Kullback–Leibler divergence

The Kullback–Leibler divergence from \mathcal{N}_0(\mu_0, \Sigma_0) to \mathcal{N}_1(\mu_1, \Sigma_1), for non-singular matrices Σ0 and Σ1, is:


D_\text{KL}(\mathcal{N}_0 \| \mathcal{N}_1) = { 1 \over 2 } \left( \mathrm{tr} \left( \Sigma_1^{-1} \Sigma_0 \right) + \left( \mu_1 - \mu_0\right)^\top \Sigma_1^{-1} ( \mu_1 - \mu_0 ) -\ln \left( { \det \Sigma_0 \over \det \Sigma_1  } \right) - k  \right).
[6]

The logarithm must be taken to base e since the two terms following the logarithm are themselves base-e logarithms of expressions that are either factors of the density function or otherwise arise naturally. The equation therefore gives a result measured in nats. Dividing the entire expression above by loge 2 yields the divergence in bits.

Estimation of parameters

The derivation of the maximum-likelihood estimator of the covariance matrix of a multivariate normal distribution is perhaps surprisingly subtle and elegant. See estimation of covariance matrices.

In short, the probability density function (pdf) of an N-dimensional multivariate normal is

f(x)=(2 \pi)^{-N/2} \det(\Sigma)^{-1/2} \exp\left(-{1 \over 2} (x-\mu)^T \Sigma^{-1} (x-\mu)\right)

and the ML estimator of the covariance matrix from a sample of n observations is

\widehat\Sigma = {1 \over n}\sum_{i=1}^n (X_i-\overline{X})(X_i-\overline{X})^T

which is simply the sample covariance matrix. This is a biased estimator whose expectation is

E[\widehat\Sigma] = {n-1 \over n}\Sigma.

An unbiased sample covariance is

\widehat\Sigma = {1 \over n-1}\sum_{i=1}^n (X_i-\overline{X})(X_i-\overline{X})^T.

The Fisher information matrix for estimating the parameters of a multivariate normal distribution has a closed form expression. This can be used, for example, to compute the Cramér–Rao bound for parameter estimation in this setting. See Fisher information for more details.

Entropy

The differential entropy of the multivariate normal distribution is [7]


\begin{align}
h\left(f\right) & = -\int_{-\infty}^\infty \int_{-\infty}^\infty \cdots\int_{-\infty}^\infty f(x) \ln f(x)\,dx \\
& = \frac12 \left(k+k\ln\left(2\pi\right) + \ln\left| \Sigma \right|\right) \\
& =\frac{1}{2}\ln\{(2\pi e)^k \left| \Sigma \right|\}
\end{align}

where \left| \Sigma \right| is the determinant of the covariance matrix Σ.

Multivariate normality tests

Multivariate normality tests check a given set of data for similarity to the multivariate normal distribution. The null hypothesis is that the data set is similar to the normal distribution, therefore a sufficiently small p-value indicates non-normal data. Multivariate normality tests include the Cox-Small test [8] and Smith and Jain's adaptation [9] of the Friedman-Rafsky test.[10]

Mardia's test[11] is based on multivariate extensions of skewness and kurtosis measures. For a sample {x1, ..., xn} of p-dimensional vectors we compute

\begin{align}
    & \hat\Sigma = \frac{1}{n} \sum_{j=1}^n (x_j - \bar x)(x_j - \bar x)' \\
    & A = \frac{1}{6n} \sum_{i=1}^n \sum_{j=1}^n \Big[ (x_i - \bar x)'\hat\Sigma^{-1} (x_j - \bar x) \Big]^3 \\
    & B = \frac{\sqrt{n}}{\sqrt{8p(p+2)}}\bigg[\frac{1}{n} \sum_{i=1}^n \Big[ (x_i - \bar x)'\hat\Sigma^{-1} (x_i - \bar x) \Big]^2 - p(p+2) \bigg]
  \end{align}

Under the null hypothesis of multivariate normality, the statistic A will have approximately a chi-squared distribution with  1  6 p(p + 1)(p + 2) degrees of freedom, and B will be approximately standard normal N(0,1).

Mardia's kurtosis statistic is skewed and converges very slowly to the limiting normal distribution. For medium size samples (50 \le n < 400), the parameters of the asymptotic distribution of the kurtosis statistic are modified [12] For small sample tests (n < 50) empirical critical values are used. Tables of critical values for both statistics are given by Rencher[13] for d=2,3,4.

Mardia's tests are affine invariant but not consistent. For example, the multivariate skewness test is not consistent against symmetric non-normal alternatives.

The BHEP test[14] computes the norm of the difference between the empirical characteristic function and the theoretical characteristic function of the normal distribution. Calculation of the norm is performed in the L2(μ) space of square-integrable functions with respect to the Gaussian weighting function \scriptstyle \mu_\beta(x) = (2\pi\beta^2)^{-p/2} e^{-|t|^2/(2\beta^2)}. The test statistic is

\begin{align}
    T_\beta &= \int_{\mathbb{R}^p} \Big| {\textstyle \frac1n \sum_{j=1}^n e^{it'\hat\Sigma^{-1/2}(x_j - \bar x)}} - e^{-|t|^2/2} \Big|^2 \; \mu_\beta(t) dt \\
            &= \frac{1}{n^2} \sum_{i,j=1}^n e^{-\frac{\beta}{2}(x_i-x_j)'\hat\Sigma^{-1}(x_i-x_j)} -
               \frac{2}{(1 + \beta^2)^{p/2}} \frac{1}{n} \sum_{i=1}^n e^{ -\frac{\beta^2}{2(1+\beta^2)} (x_i-\bar x)'\hat\Sigma^{-1}(x_i-\bar x)} + \frac{1}{(1 + 2\beta^2)^{p/2}}
  \end{align}

The limiting distribution of this test statistic is a weighted sum of chi-squared random variables, however in practice it is more convenient to compute the sample quantiles using the Monte-Carlo simulations.

A detailed survey of these and other test procedures is given by Henze (2002).

Drawing values from the distribution

A widely used method for drawing a random vector X from the N-dimensional multivariate normal distribution with mean vector μ and covariance matrix Σ works as follows:

  1. Find any real matrix A such that AAT = Σ. When Σ is positive-definite, the Cholesky decomposition is typically used. In the more general nonnegative-definite case, one can use the matrix A = ½ obtained from a spectral decomposition Σ = UΛUT of Σ.
  2. Let Z = (z1, …, zN)T be a vector whose components are N independent standard normal variates (which can be generated, for example, by using the Box–Muller transform).
  3. Let X be μ + AZ. This has the desired distribution due to the affine transformation property.

See also

References

  1. ^ Gut, Allan: An Intermediate Course in Probability, 2009, chapter 5
  2. ^ Hamedani & Tata (1975)
  3. ^ Eaton, Morris L. (1983). Multivariate Statistics: a Vector Space Approach. John Wiley and Sons. pp. 116-117. ISBN 0-471-02776-6. 
  4. ^ The formal proof for marginal distribution is shown here http://fourier.eng.hmc.edu/e161/lectures/gaussianprocess/node7.html
  5. ^ Nikolaus Hansen. "The CMA Evolution Strategy: A Tutorial" (PDF). http://www.bionik.tu-berlin.de/user/niko/cmatutorial.pdf. 
  6. ^ Penny & Roberts, PARG-00-12, (2000) [1]. pp. 18
  7. ^ Gokhale, DV; NA Ahmed, BC Res, NJ Piscataway (May 1989). "Entropy Expressions and Their Estimators for Multivariate Distributions". Information Theory, IEEE Transactions on 35 (3): 688–692. doi:10.1109/18.30996. 
  8. ^ Cox, D. R.; N. J. H. Small (August 1978). "Testing multivariate normality". Biometrika 65 (2): 263–272. doi:10.1093/biomet/65.2.263. 
  9. ^ Smith, Stephen P.; Anil K. Jain (September 1988). "A test to determine the multivariate normality of a dataset". IEEE Transactions on Pattern Analysis and Machine Intelligence 10 (5): 757–761. doi:10.1109/34.6789. 
  10. ^ Friedman, J. H. and Rafsky, L. C. (1979) "Multivariate generalizations of the Wald-Wolfowitz and Smirnov two sample tests". Annals of Statistics, 7, 697–717.
  11. ^ Mardia (1970)
  12. ^ Rencher (1995), pages 112-113.
  13. ^ Rencher (1995), pages 493-495.
  14. ^ First suggested by Epps & Pulley (1983), the consistency and limiting distribution derived by Baringhaus & Henze (1988).

Literature

  • Baringhaus, L.; Henze, N. (1988). "A consistent test for multivariate normality based on the empirical characteristic function". Metrika 35 (1): 339–348. doi:10.1007/BF02613322. 
  • Epps, Lawrence B.; Pulley, Lawrence B. (1983). "A test for normality based on the empirical characteristic function". Biometrika 70 (3): 723–726. doi:10.1093/biomet/70.3.723. 
  • Hamedani, G. G.; Tata, M. N. (1975). "On the determination of the bivariate normal distribution from distributions of linear combinations of the variables". The American Mathematical Monthly 82 (9): 913–915. doi:10.2307/2318494. 
  • Henze, Norbert (2002). "Invariant tests for multivariate normality: a critical review". Statistical papers 43 (4): 467–506. doi:10.1007/s00362-002-0119-6. 
  • Mardia, K. V. (1970). "Measures of multivariate skewness and kurtosis with applications". Biometrika 57 (3): 519–530. doi:10.1093/biomet/57.3.519. 
  • Rencher, A.C. (1995). Methods of Multivariate Analysis. New York: Wiley. 

Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • multivariate normal distribution — normalusis daugiamatis skirstinys statusas T sritis fizika atitikmenys: angl. multivariate normal distribution vok. mehrdimensionale Normalverteilung, f rus. многомерное нормальное распределение, n pranc. distribution normale multivariée, f …   Fizikos terminų žodynas

  • Multivariate stable distribution — multivariate stable Probability density function Heatmap showing a Multivariate (bivariate) stable distribution with α = 1.1 parameters: exponent shift/location vector …   Wikipedia

  • Multivariate Student distribution — Multivariate Student parameters: location (real vector) Σ scale matrix (positive definite real matrix) n is the degree of freedom support …   Wikipedia

  • Normal distribution — This article is about the univariate normal distribution. For normally distributed vectors, see Multivariate normal distribution. Probability density function The red line is the standard normal distribution Cumulative distribution function …   Wikipedia

  • Multivariate Pólya distribution — The multivariate Pólya distribution, named after George Pólya, also called the Dirichlet compound multinomial distribution, is a compound probability distribution, where a probability vector p is drawn from a Dirichlet distribution with parameter …   Wikipedia

  • Matrix normal distribution — parameters: mean row covariance column covariance. Parameters are matrices (all of them). support: is a matrix …   Wikipedia

  • Complex normal distribution — In probability theory, the family of complex normal distributions consists of complex random variables whose real and imaginary parts are jointly normal.[1] The complex normal family has three parameters: location parameter μ, covariance matrix Γ …   Wikipedia

  • Multivariate statistics — is a form of statistics encompassing the simultaneous observation and analysis of more than one statistical variable. The application of multivariate statistics is multivariate analysis. Methods of bivariate statistics, for example simple linear… …   Wikipedia

  • multivariate analysis — Univariate analysis consists in describing and explaining the variation in a single variable. Bivariate analysis does the same for two variables taken together (covariation). Multivariate analysis (MVA) considers the simultaneous effects of many… …   Dictionary of sociology

  • distribution normale multivariée — normalusis daugiamatis skirstinys statusas T sritis fizika atitikmenys: angl. multivariate normal distribution vok. mehrdimensionale Normalverteilung, f rus. многомерное нормальное распределение, n pranc. distribution normale multivariée, f …   Fizikos terminų žodynas

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”