Varadhan's lemma
Template:More footnotes In statistics, Bessel's correction, named after Friedrich Bessel, is the use of n − 1 instead of n in the formula for the sample variance and sample standard deviation, where n is the number of observations in a sample: it corrects the bias in the estimation of the population variance, and some (but not all) of the bias in the estimation of the population standard deviation.
That is, when estimating the population variance and standard deviation from a sample when the population mean is unknown, the sample variance is estimated as the mean of the squared deviations of sample values from their mean—that is, using a multiplicative factor 1/n—is a biased estimator of the population variance, and for the average sample underestimates it. Multiplying the standard sample variance as computed in that fashion by n/(n − 1) (equivalently, using 1/(n − 1) instead of 1/n in the estimator's formula) corrects for this, and gives an unbiased estimator of the population variance. The cost of this correction is that the unbiased estimator has uniformly higher mean squared error than the biased estimator. In some terminology,[1][2] the factor n/(n − 1) is itself called Bessel's correction.
A subtle point is that, while the sample variance (using Bessel's correction) is an unbiased estimate of the population variance, its square root, the sample standard deviation, is a biased estimate of the population standard deviation; because the square root is a concave function, the bias is downward, by Jensen's inequality. There is no general formula for an unbiased estimator of the population standard deviation, though there are correction factors for particular distributions, such as the normal; see unbiased estimation of standard deviation for details. An approximation for the exact correction factor for the normal distribution is given by using n − 1.5 in the formula: the bias decays quadratically (rather than linearly, as in the uncorrected form and Bessel's corrected form).
One can understand Bessel's correction intuitively as the degrees of freedom in the residuals vector:
where is the sample mean. While there are n independent samples, there are only n − 1 independent residuals, as they sum to 0. This is explained further in the article Degrees of freedom (statistics).
The source of the bias
Suppose the mean of the whole population is 2050, but the statistician does not know that, and must estimate it based on this small sample chosen randomly from the population:
One may compute the sample average:
This may serve as an observable estimate of the unobservable population average, which is 2050. Now we face the problem of estimating the population variance. That is the average of the squares of the deviations from 2050. If we knew that the population average is 2050, we could proceed as follows:
But our estimate of the population average is the sample average, 2052, not 2050. Therefore we do what we can:
This is a substantially smaller estimate. Now a question arises: is the estimate of the population variance that arises in this way using the sample mean always smaller than what we would get if we used the population mean? The answer is yes except when the sample mean happens to be the same as the population mean.
We are seeking the sum of squared distances from the population mean, but end up calculating the sum of squared differences from the sample mean, which, as will be seen, is the number that minimizes that sum of squared distances. So unless the sample happens to have the same mean as the population, this estimate will always underestimate the population variance.
To see why this happens, we use a simple identity in algebra:
With representing the deviation from an individual to the sample mean, and representing the deviation from the sample mean to the population mean. Note that we've simply decomposed the actual deviation from the (unknown) population mean into two components: the deviation to the sample mean, which we can compute, and the additional deviation to the population mean, which we can not. Now apply that identity to the squares of deviations from the population mean:
Now apply this to all five observations and observe certain patterns:
The sum of the entries in the middle column must be zero because the sum of the deviations from the sample average must be zero. When the middle column has vanished, we then observe that
- The sum of the entries in the first column (a2) is the sum of the squares of the deviations from the sample mean;
- The sum of all of the entries in the remaining two columns (a2 and b2) is the sum of squares of the deviations from the population mean, because of the way we started with [2053 − 2050]2, and did the same with the other four entries;
- The sum of all the entries must be bigger than the sum of the entries in the first column, since all the entries that have not vanished are positive (except when the population mean is the same as the sample mean, in which case all of the numbers in the last column will be 0).
Therefore:
- The sum of squares of the deviations from the population mean will be bigger than the sum of squares of the deviations from the sample mean (except when the population mean is the same as the sample mean, in which case the two are equal).
That is why the sum of squares of the deviations from the sample mean is too small to give an unbiased estimate of the population variance when the average of those squares is found.
Terminology
This correction is so common that the term "sample variation" and "sample standard deviation" are frequently used to mean the corrected estimators (unbiased sample variation, less biased sample standard deviation), using n − 1. However caution is needed: some calculators and software packages may provide for both or only the more unusual formulation. This article uses the following symbols and definitions:
- μ is the population mean
- σ2 is the population variance
- sn2 is the biased sample variance (i.e. without Bessel's correction)
- s2 is the unbiased sample variance (i.e. with Bessel's correction)
The standard deviations will then be the square roots of the respective variances. Since the square root introduces bias, the terminology "uncorrected" and "corrected" is preferred for the standard deviation estimators:
- sn is the uncorrected sample standard deviation (i.e. without Bessel's correction)
- s is the corrected sample standard deviation (i.e. with Bessel's correction), which is less biased, but still biased
Formula
The sample mean is given by
The biased sample variance is then written:
and the unbiased sample variance is written:
Proof of correctness - Alternate 1
As a background fact, we use the identity which follows from the definition of the standard deviation and linearity of expectation.
A very helpful observation is that for any distribution, the variance equals half the expected value of when are independent samples. To prove this observation we will use that (which follows from the fact that they are independent) as well as linearity of expectation:
Now that the observation is proven, it suffices to show that the expected squared difference of two samples from the sample population equals times the expected squared difference of two samples from the original distribution. To see this, note that when we pick and via u, v being integers selected independently and uniformly from 1 to n, a fraction of the time we will have u=v and therefore the sampled squared difference is zero independent of the original distribution. The remaining of the time, the value of is the expected squared difference between two unrelated samples from the original distribution. Therefore, dividing the sample expected squared difference by , or equivalently multiplying by gives an unbiased estimate of the original expected squared difference.
Proof of correctness - Alternate 2
Recycling an identity for variance,
so
and by definition,
Note that, since x1, x2, · · · , xn are a random sample from a distribution with variance σ2, it follows that for each i = 1, 2, . . . , n:
and also
This is a property of the variance of uncorrelated variables, arising from the Bienaymé formula. The required result is then obtained by substituting these two formulae:
Proof of correctness - Alternate 3
The expected discrepancy between the biased estimator and the true variance is
So, the expected value of the biased estimator will be
So, an unbiased estimator should be given by
Intuition
In the biased estimator, by using the sample mean instead of the true mean, you are underestimating each xi - µ by x - µ. We know that the variance of a sum is the sum of the variances (for uncorrelated variables). So, to find the discrepancy between the biased estimator and the true variance, we just need to find the variance of x - µ.
This is just the variance of the sample mean, which is σ2/n. So, we expect that the biased estimator underestimates σ2 by σ2/n, and so the unbiased estimator = (1-1/n) * the biased estimator = (n-1)/n * the biased estimator.
See also
Notes
43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.
External links
I had like 17 domains hosted on single account, and never had any special troubles. If you are not happy with the service you will get your money back with in 45 days, that's guaranteed. But the Search Engine utility inside the Hostgator account furnished an instant score for my launched website. Fantastico is unable to install WordPress in a directory which already have any file i.e to install WordPress using Fantastico the destination directory must be empty and it should not have any previous installation files. When you share great information, others will take note. Once your hosting is purchased, you will need to setup your domain name to point to your hosting. Money Back: All accounts of Hostgator come with a 45 day money back guarantee. If you have any queries relating to where by and how to use Hostgator Discount Coupon, you can make contact with us at our site. If you are starting up a website or don't have too much website traffic coming your way, a shared plan is more than enough. Condition you want to take advantage of the worldwide web you prerequisite a HostGator web page, -1 of the most trusted and unfailing web suppliers on the world wide web today. Since, single server is shared by 700 to 800 websites, you cannot expect much speed.
Hostgator tutorials on how to install Wordpress need not be complicated, especially when you will be dealing with a web hosting service that is friendly for novice webmasters and a blogging platform that is as intuitive as riding a bike. After that you can get Hostgator to host your domain and use the wordpress to do the blogging. Once you start site flipping, trust me you will not be able to stop. I cut my webmaster teeth on Control Panel many years ago, but since had left for other hosting companies with more commercial (cough, cough) interfaces. If you don't like it, you can chalk it up to experience and go on. First, find a good starter template design. When I signed up, I did a search for current "HostGator codes" on the web, which enabled me to receive a one-word entry for a discount. Your posts, comments, and pictures will all be imported into your new WordPress blog.- Animated experiment demonstrating the correction, at Khan Academy