Multivariate Normal Distribution
Multivariate Normal Distribution
(a) Standard normal distribution N (0, 1). The probability density func-
tion f (z) of a standard normal random variable Z is given by
1 1 2
f (z) = √ e− 2 z for − ∞ < z < ∞
2π
Notation: Z ∼ N (0, 1).
(b) Normal distribution with mean µ and variance σ 2 N (µ, σ 2 ). The proba-
bility density function(pdf) f (x : µ, σ 2 ) of the normal random variable
with mean µ and variance σ 2 is
2
1 1 1 (x−µ)
f (x : µ, σ 2 ) = (2π)− 2 (σ 2 )− 2 e− 2 σ2 for − ∞ < x < ∞
Notation: X ∼ N (µ, σ 2 ).
Note: X = σZ + µ.
Special Cases
X ∼ N2 (µ, Σ)
where
µ1 σ11 σ12
µ= and Σ = .
µ2 σ21 σ22
Excercise: Compute the inverse of Σ and write down the probability
density function of bivariate normal distribution.
Z ∼ Nq (Aµ + b, AΣAT ).
MATH2142/MATH1309: Lecture Note 3 3
then
k
X k
X
Y ∼ Np aj µj , a2j Σ
j=1 j=1
then Y ∼ χ2p .
Proof: Since Σ is positive deinite and symmetric, there exist a non-
singular matrix B such that Σ = BB T .
Let Z be the random vector defined by Z = B −1 (X − µ) then
Y = (X − µ)T Σ−1 (X − µ)
= (B −1 (X − µ))T (B −1 (X − µ))
where Z = ( Z1 Z2 . . . Zp ).
Since Z = B −1 (X − µ), E(Z) = 0 and
¯
4 MATH2142/MATH1309: Lecture Note 3
= B −1 Cov(X)(B −1 )T = B −1 Σ(B −1 )T
4 Sampling Distributions
(a) Distribution of X n .
1
E(X n ) = µ and Cov(X n ) = Σ.
n
1
X n ∼ Np (µ, Σ).
n
(b) Distribuion of Sn .
for i = 1, 2, . . . , n.
(a) all the marginals are normally distributed, that is, Xj for all j, are
normal random variables, and
aT X ∼ N (aT µ, aT Σa)
Note:
P(χ2p ≤ ξi ) = (i − 0.5)/n
2. Sn converges in probability to Σ.
√
n(X n − µ) ∼ Np (0, Σ).