Is the sample mean and variance always unbiased?

  • Thread starter Thread starter logarithmic
  • Start date Start date
  • Tags Tags
    Mean Variance
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
logarithmic
Messages
103
Reaction score
0
I'm wondering if the sample mean [tex]\sum{x_i}/n[/tex] and sample variance [tex]\frac{1}{n-1}\sum{(x_i-\bar{x})^2}[/tex] is always an unbiased estimate of the true expected value and variance of the random variable X, where x_i are iid samples. Or at least asymptotically unbiased.

I don't think it is, since the sample mean (and variance) is only the MLE of a few distributions, like the normal and poisson. So I see no reason for it to be unbiased for all distributions.

However, I've been running some simulations on R, and I cannot seem to find an example of a distribution where the sample mean isn't unbiased, same for the sample variance.
 
Physics news on Phys.org
Is it Hypothesis Testing ?
 
xiaoB said:
Is it Hypothesis Testing ?
No, not hypothesis testing. I just want to know, given some numbers from any unknown distribution, whether if I use the sample mean and sample variance, I will get an unbiased estimate for the true mean and variance.