Reading for Today's Lecture: Section 5 of Chapter 4. Chapter 6 section 4.
Goals of Today's Lecture:
Last time
We derived the change of variables formula:
We showed that if (X,Y) has a density
fX,Y(x,y) then
X has (marginal) density
Today's notes
Def'n:
iff
Def'n:
iff
(a column vector for later use) with the
Zi independent and each
.
In this case according to our theorem
where the superscript t denotes matrix transpose.
Def'n:
has a multivariate normal distribution if it
has the same distribution as
for some
,
some
matrix of constants A and
.
If the matrix A is singular then X will not have a density. If A is
invertible then we can derive the multivariate normal density
by the change of variables formula:
For which vectors
and matrices
is this a density?
Any
will work but if
then
where y=At x. The inequality is strict except for y=0 which
is equivalent to x=0. Thus
is a positive definite symmetric
matrix. Conversely, if
is a positive definite symmetric matrix
then there is a square invertible matrix A such that
so that
there is a
distribution. (The matrix A can be found
via the Cholesky decomposition, for example.)
More generally we say that X has a multivariate normal distribution
if it has the same distribution as
where now we remove the
restriction that A be non-singular. When A is singular X will not
have a density because there will exist an a such that
,
that is, so that X is confined to a hyperplane. It is still
true, however, that the distribution of X depends only on the matrix
in the sense that if
AAt = BBt then
and
have the same distribution.
Properties of the MVN distribution
1: All margins are multivariate normal: if
2: All conditionals are normal: the conditional distribution of X1given X2=x2 is
3:
.
That is, an affine
transformation of a Multivariate Normal is normal.
Proof: Let
.
Then
are
independent N(0,1) so
is multivariate
standard normal. Note that
and
Thus
Thus we need only give a proof in the special case
and
.