Multivariate Analysis
Multivariate Analysis
Tony Fung
HKU
2 Estimating µ and Σ
3 Wishart distribution
a0 x ∼ N(a0 µ, a0 Σa).
x + y ∼ Np (µ1 + µ2 , Σ1 + Σ2 ).
Ax + d ∼ Nm (Aµ + d, AΣA0 ).
5 (Standardization) Given a positive definite (i.e. non-singular square,
or invertible) matrix Σ. Then, x ∼ Np (µ, Σ) iff there exists a
non-singular matrix B and z ∼ Np (0, I) such that
x = µ + Bz.
W (n − 1)S
µ̂ = x̄; Σ̂ = = .
n n
Tony Fung STAT7005 HKU 10 / 25
2. Estimating µ and Σ
1 x̄ and S are sufficient statistics for Np (µ, Σ). That means x̄ and S
contain all information needed to make inference on µ and Σ.
2 x̄ ∼ Np (µ, n1 Σ) and (n − 1)S ∼ Wp (n − 1, Σ), a central Wishart
distribution (multivariate analogue of chi-squared) which is defined
in the next section.
3 µ̂ is unbiased but Σ̂ is biased (like the univariate case). However, S is
unbiased for Σ.
4 The MLEs possess an invariance property: if MLE of θ is θ̂, then MLE
of φ = h(θ) is φ̂ = h(θ̂), provided that h(·) is a one-to-one function.
Definition
Definition (cont.)
Properties
Properties (cont.)
Several other properties are given in the lecture notes. The Wishart
distribution will be used for the construction of other random variables in
the next few chapters.
Univariate checks
Multivariate checks
1 Define the squared generalized distance as di2 = (xi − x̄)0 S−1 (xi − x̄),
i = 1, . . . , n.
2 Order d12 , d22 , . . . , dn2 as d(1)
2 ≤ d2 ≤ · · · ≤ d2 .
(2) (n)
3 2 , where χ2 is the 100(i − 1 )/n percentile of χ2 (p)
Plot χ2(i) vs d(i) (i) 2
distribution.
4 A straight line indicates multivariate normality.
Common transformations
Box-Cox transformation
xiλ − 1
, if λ 6= 0 , i = 1, . . . , n;
[λ]
xi = λ[GM(x)]λ−1
GM(x) log xi , if λ = 0 , i = 1, . . . , n,