Sample mean and sample covariance
From Wikipedia, the free encyclopedia
This article needs additional citations for verification. Please help improve this article by adding reliable references. Unsourced material may be challenged and removed. (February 2008) |
This article or section is in need of attention from an expert on the subject. WikiProject Statistics may be able to help recruit one. |
Sample mean and sample covariance are statistics computed from a collection of data, thought of as being random.
Contents |
[edit] Sample mean and covariance
Given a random sample from an -dimensional random variable (i.e., realizations of independent random variables with the same distribution as ), the sample mean is
In coordinates, writing the vectors as columns,
the entries of the sample mean are
The sample covariance of is the by matrix with the entries given by
The sample mean and the sample covariance matrix are unbiased estimates of the mean and the covariance matrix of the random variable . The reason why the sample covariance matrix has in the denominator rather than is essentially that the population mean E(X) is not known and is replaced by the sample mean . If the population mean E(X) is known, the analogous unbiased estimate
with the population mean indeed does have . This is an example why in probability and statistics it is essential to distinguish between upper case letters (random variables) and lower case letters (realizations of the random variables).
The maximum likelihood estimate of the covariance
for the Gaussian distribution case has as well. The difference of course diminishes for large .
[edit] Weighted samples
In a weighted sample, each vector is assigned a weight . Without loss of generality, assume that the weights are normalized:
(If they are not, divide the weights by their sum.) Then the weighted mean and the weighted covariance matrix are given by
and[1]
If all weights are the same, , the weighted mean and covariance reduce to the sample mean and covariance above.
[edit] References
- ^ Mark Galassi, Jim Davies, James Theiler, Brian Gough, Gerard Jungman, Michael Booth, and Fabrice Rossi. GNU Scientific Library - Reference manual, Version 1.9, 2007. Sec. 20.6 Weighted Samples