Benutzer:JonskiC/Schätzung der Kovarianzmatrix
In statistics, sometimes the covariance matrix of a multivariate random variable is not known but has to be estimated. Estimation of covariance matrices then deals with the question of how to approximate the actual covariance matrix on the basis of a sample from the multivariate distribution. Simple cases, where observations are complete, can be dealt with by using the sample covariance matrix. The sample covariance matrix (SCM) is an unbiased and efficient estimator of the covariance matrix if the space of covariance matrices is viewed as an extrinsic convex cone in Rp×p; however, measured using the intrinsic geometry of positive-definite matrices, the SCM is a biased and inefficient estimator.[1] In addition, if the random variable has normal distribution, the sample covariance matrix has Wishart distribution and a slightly differently scaled version of it is the maximum likelihood estimate. Cases involving missing data require deeper considerations. Another issue is the robustness to outliers, to which sample covariance matrices are highly sensitive.[2][3][4]
Statistical analyses of multivariate data often involve exploratory studies of the way in which the variables change in relation to one another and this may be followed up by explicit statistical models involving the covariance matrix of the variables. Thus the estimation of covariance matrices directly from observational data plays two roles:
- to provide initial estimates that can be used to study the inter-relationships;
- to provide sample estimates that can be used for model checking.
Estimates of covariance matrices are required at the initial stages of principal component analysis and factor analysis, and are also involved in versions of regression analysis that treat the dependent variables in a data-set, jointly with the independent variable as the outcome of a random sample.
Estimation in a general context
Given a sample consisting of n independent observations x1,..., xn of a p-dimensional random vector x ∈ Rp×1 (a p×1 column-vector), an unbiased estimator of the (p×p) covariance matrix
is the sample covariance matrix
where is the i-th observation of the p-dimensional random vector, and the vector
is the sample mean. This is true regardless of the distribution of the random variable X, provided of course that the theoretical means and covariances exist. The reason for the factor n − 1 rather than n is essentially the same as the reason for the same factor appearing in unbiased estimates of sample variances and sample covariances, which relates to the fact that the mean is not known and is replaced by the sample mean.
In cases where the distribution of the random variable X is known to be within a certain family of distributions, other estimates may be derived on the basis of that assumption. A well-known instance is when the random variable X is normally distributed: in this case the maximum likelihood estimator of the covariance matrix is slightly different from the unbiased estimate, and is given by
A derivation of this result is given below. Clearly, the difference between the unbiased estimator and the maximum likelihood estimator diminishes for large n.
In the general case, the unbiased estimate of the covariance matrix provides an acceptable estimate when the data vectors in the observed data set are all complete: that is they contain no missing elements. One approach to estimating the covariance matrix is to treat the estimation of each variance or pairwise covariance separately, and to use all the observations for which both variables have valid values. Assuming the missing data are missing at random this results in an estimate for the covariance matrix which is unbiased. However, for many applications this estimate may not be acceptable because the estimated covariance matrix is not guaranteed to be positive semi-definite. This could lead to estimated correlations having absolute values which are greater than one, and/or a non-invertible covariance matrix.
When estimating the cross-covariance of a pair of signals that are wide-sense stationary, missing samples do not need be random (e.g., sub-sampling by an arbitrary factor is valid).Vorlage:Citation needed
Maximum-likelihood estimation for the multivariate normal distribution
A random vector X ∈ Rp (a p×1 "column vector") has a multivariate normal distribution with a nonsingular covariance matrix Σ precisely if Σ ∈ Rp × p is a positive-definite matrix and the probability density function of X is
where μ ∈ Rp×1 is the expected value of X. The covariance matrix Σ is the multidimensional analog of what in one dimension would be the variance, and
normalizes the density so that it integrates to 1.
Suppose now that X1, ..., Xn are independent and identically distributed samples from the distribution above. Based on the observed values x1, ..., xn of this sample, we wish to estimate Σ.
First steps
The likelihood function is:
It is fairly readily shown that the maximum-likelihood estimate of the mean vector μ is the "sample mean" vector:
See the section on estimation in the article on the normal distribution for details; the process here is similar.
Since the estimate does not depend on Σ, we can just substitute it for μ in the likelihood function, getting
and then seek the value of Σ that maximizes the likelihood of the data (in practice it is easier to work with log ).
The trace of a 1 × 1 matrix
Now we come to the first surprising step: regard the scalar as the trace of a 1×1 matrix. This makes it possible to use the identity tr(AB) = tr(BA) whenever A and B are matrices so shaped that both products exist. We get
where
is sometimes called the scatter matrix, and is positive definite if there exists a subset of the data consisting of affinely independent observations (which we will assume).
Using the spectral theorem
It follows from the spectral theorem of linear algebra that a positive-definite symmetric matrix S has a unique positive-definite symmetric square root S1/2. We can again use the "cyclic property" of the trace to write
Let B = S1/2 Σ −1 S1/2. Then the expression above becomes
The positive-definite matrix B can be diagonalized, and then the problem of finding the value of B that maximizes
Since the trace of a square matrix equals the sum of eigen-values ("trace and eigenvalues"), the equation reduces to the problem of finding the eigen values λ1, ..., λp that maximize
This is just a calculus problem and we get λi = n for all i. Thus, assume Q is the matrix of eigen vectors, then
i.e., n times the p×p identity matrix.
Concluding steps
Finally we get
i.e., the p×p "sample covariance matrix"
is the maximum-likelihood estimator of the "population covariance matrix" Σ. At this point we are using a capital X rather than a lower-case x because we are thinking of it "as an estimator rather than as an estimate", i.e., as something random whose probability distribution we could profit by knowing. The random matrix S can be shown to have a Wishart distribution with n − 1 degrees of freedom.[5] That is:
Alternative derivation
An alternative derivation of the maximum likelihood estimator can be performed via matrix calculus formulae (see also differential of a determinant and differential of the inverse matrix). It also verifies the aforementioned fact about the maximum likelihood estimate of the mean. Re-write the likelihood in the log form using the trace trick:
The differential of this log-likelihood is
It naturally breaks down into the part related to the estimation of the mean, and to the part related to the estimation of the variance. The first order condition for maximum, , is satisfied when the terms multiplying and are identically zero. Assuming (the maximum likelihood estimate of) is non-singular, the first order condition for the estimate of the mean vector is
which leads to the maximum likelihood estimator
This lets us simplify
as defined above. Then the terms involving in can be combined as
The first order condition will hold when the term in the square bracket is (matrix-valued) zero. Pre-multiplying the latter by and dividing by gives
which of course coincides with the canonical derivation given earlier.
Dwyer [6] points out that decomposition into two terms such as appears above is "unnecessary" and derives the estimator in two lines of working. Note that it may be not trivial to show that such derived estimator is the unique global maximizer for likelihood function.
- ↑ Smith, Steven Thomas: Covariance, Subspace, and Intrinsic Cramér–Rao Bounds. In: IEEE Trans. Signal Process.. 53, Nr. 5, May 2005, S. 1610–1630. doi:10.1109/TSP.2005.845428.
- ↑ Robust Statistics, Peter J. Huber, Wiley, 1981 (republished in paperback, 2004)
- ↑ "Modern applied statistics with S", William N. Venables, Brian D. Ripley, Springer, 2002, Vorlage:ISBN, Vorlage:ISBN, page 336
- ↑ Susan J. Devlin, R. Gnanadesikan, J. R. Kettenring: Robust Estimation and Outlier Detection with Correlation Coefficients. In: Biometrika. 62, Nr. 3, 1975, S. 531–545. doi:10.1093/biomet/62.3.531.
- ↑ K.V. Mardia, J.T. Kent, and J.M. Bibby (1979) Multivariate Analysis, Academic Press.
- ↑ Dwyer, Paul S.: Some applications of matrix derivatives in multivariate analysis. In: Journal of the American Statistical Association. 62, Nr. 318, June 1967, S. 607–625. doi:10.2307/2283988.