Is the sample mean and variance always unbiased?

  • Thread starter Thread starter logarithmic
  • Start date Start date
  • Tags Tags
    Mean Variance
logarithmic
Messages
103
Reaction score
0
I'm wondering if the sample mean \sum{x_i}/n and sample variance \frac{1}{n-1}\sum{(x_i-\bar{x})^2} 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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top