Chapter 15 Multivariate Normal Distribution
15.1 Introduction
In previous sections we have introduced joint distributions between random variables and and considered their marginal and conditional distributions. In this section, we study the special case where the joint distribution of is a multivariate normal distribution. In this case both marginal and conditional distributions are (multivariate) normal distributions. We pay particular attention to the special case, , the bivariate normal distribution. Multivariate normal distributions appear in many areas of statistics and being able to manipulate multivariate normal distributions is an important skill.
15.2 -Dimensional Normal Distribution
Multivariate normal distribution
A random vector is said to have an -dimensional normal distribution with parameters and if the joint p.d.f. of is given by where and is an real, symmetric, positive definite matrix with all positive eigenvalues. It is denoted by
The multivariate normal distribution has the following important properties:
- If is a matrix and , then .
- The marginal distribution of each component is normal with and . Note that this is a direct consequence of the first property taking , that is, the th component equal to .
- The components of a multivariate normal random vector are independent of each other if and only if are uncorrelated, i.e. for all .
That is, for normal random variables uncorrelated (zero covariance) implies independence.
- Conditional distributions derived from joint normal distributions are normal.
Bivariate normal distribution
The bivariate normal distribution is the special case for the -dimensional normal distribution.
Bivariate normal distribution
The random variables and are said to have a bivariate normal distribution with mean and variance-covariance matrix if their joint p.d.f. is given by
For and with a bivariate normal distribution, we have:
and and .
.
.
Suppose that , where and are independent random variables, that is, where is the identity matrix.
Then for any and variance-covariance matrix with and , can be expressed as a transformation of . Specifically, where Note that and this is known as the Cholesky decomposition.
The Cholesky decomposition extends to variance-covariance matrix, and is a common approach to convert independent univariate normal distributions into a multivariate normal distribution.
Trivariate normal.
Suppose , where
Find the distribution of .
Determine the constant such that and are independent.
Attempt Example 15.2.4: Trivariate Normal and then watch Video 23 for the solutions.
Video 23: Trivariate Normal
Solution to Example 15.2.4.
- Writing , in the form requires . By the properties of a multivariate normal distribution
where and
Therefore, .
- Let . Choose
By the properties of a multivariate normal distribution, , where and
For to be independent of , necessarily . Therefore .
Task: Session 8
Attempt the R Markdown file for Session 8:
Session 8: Transformations and Multivariate Normal Distribution