Help with proof of sample variance

  • Context: Graduate 
  • Thread starter Thread starter fadecomic
  • Start date Start date
  • Tags Tags
    Proof Variance
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 14K views
fadecomic
Messages
10
Reaction score
0
Hi,

I'm trying to prove to myself that the formulation of sample variance as [tex]s^2=\frac{1}{n-1}\sum_{i=1}^{n}(y_i - \mu_y)^2[/tex] is an unbiased estimator of the population variance [tex]\sigma^2[/tex]. Of course, I proceed by checking the expected value of the sample variance, which flows smoothly until I get to [tex]\frac{n-1}{n}E[s^2] = E[y_i^2]-E[\mu_y^2][/tex]. Fine. Now, from the definition of variance: [tex]V[y_i^2]=E[y_i^2]-(E[y_i])^2[/tex]. Most of the sources I've checked insert the population variance here for [tex]V[y_i][/tex] (which is what you get to if you sub in the above). That make absolutely no sense to me. Shouldn't this be the sample variance since [tex]y_i[/tex] is the sample? Calling it the population variance seems circular to me. Can someone explain to me why this variance is the population variance and not the sample variance?

Thanks.
 
Physics news on Phys.org
Oh, never mind. I figured it out. Above, y_i is a random draw from the population, not the sample, so by definition, its variance is the population variance, not the sample variance.