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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top