CuriousBanker Posted August 22, 2012 Posted August 22, 2012 Hi. So I understand the concept of degrees of freedom, as in we are not free to choose x many variables. Like if there are three numbers and the mean is 20, the degree of freedom is 2, because if we choose 2 numbers, the third one is defined. I don't get, however, why sample's of a population use n-1 in the denominator, when populations only use 1. Lets say this is a population: 1,3,5,2,7,8,6,9,2,7. The mean would be 50/10=5. The variance is 7.2. Let's take a sample of this population. 5+7+6+8+7. Let's take a sample of this population. 5+7+6+8+7. The mean would be 33/5=6.6. The variance, using N IN THE DENOMINATOR (which I know is incorrect), would be 1.04. With N-1 as the denominator, the answer is 1.3. I fail to see how 1.3 is any more accurate of the population than 1.04, since neither is anywhere close to 7.2. I guess because it is ever so slightly closer to 7.2? I don't really get it conceptually. Thanks in advance. Also, if the sample was 1,3,7,8,9. The mean would be 5.6. The variance using N would be 9.44. The variance using N-1 would be 11.8. So in this case, N is actually closer to the real deal of 7.2, than n-1 would be
DJBruce Posted August 22, 2012 Posted August 22, 2012 When using the standard formula for covariance with a sample the statistic is in fact biased due intuitively to the fact that the covariance depends upon the mean, which in turn depends on the sample. To correct this, and form an unbiased statistic we must multiple the standard formula for covariance by [latex]\frac{N}{N-1}[/latex]. This is called Bessel's Correction.
ecoli Posted August 22, 2012 Posted August 22, 2012 To add to what DJBruce said, as I understand it, the degrees of freedom is just that: the number of entries in the residuals vector that are 'allowed' to vary: since the residuals, [math] (x_1 - \overline{x} ... x_n - \overline{x}) [/math], must sum to zero, the entire vector is determined fully by the first N-1 entries.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now