Math Problem Statement

Given a random sample of size n from a population that has the known mean μ and the finite variance σ^2, show that 1/n ∑_(i=1)^n▒(X_i-μ)^2  is an unbiased estimator of σ^2.

Solution

We are tasked with showing that the statistic

1ni=1n(Xiμ)2\frac{1}{n} \sum_{i=1}^n (X_i - \mu)^2

is an unbiased estimator of the population variance σ2\sigma^2, given a random sample of size nn from a population with mean μ\mu and variance σ2\sigma^2.

Step-by-step Solution:

1. Definition of Unbiased Estimator

An estimator θ^\hat{\theta} of a parameter θ\theta is unbiased if:

E[θ^]=θ\mathbb{E}[\hat{\theta}] = \theta

In this case, we want to show that:

E[1ni=1n(Xiμ)2]=σ2\mathbb{E}\left[\frac{1}{n} \sum_{i=1}^n (X_i - \mu)^2 \right] = \sigma^2

where XiX_i is the ii-th observation in the sample.

2. Expanding the Sum

We start by expanding the expression inside the expectation:

1ni=1n(Xiμ)2\frac{1}{n} \sum_{i=1}^n (X_i - \mu)^2

Since (Xiμ)2(X_i - \mu)^2 is a squared deviation from the population mean μ\mu, we can expand this as:

(Xiμ)2=Xi22Xiμ+μ2(X_i - \mu)^2 = X_i^2 - 2X_i\mu + \mu^2

Thus, the sum becomes:

1ni=1n(Xi22Xiμ+μ2)\frac{1}{n} \sum_{i=1}^n (X_i^2 - 2X_i \mu + \mu^2)

We can now split the sum:

1n(i=1nXi22μi=1nXi+nμ2)\frac{1}{n} \left( \sum_{i=1}^n X_i^2 - 2\mu \sum_{i=1}^n X_i + n\mu^2 \right)

3. Taking the Expectation

Now, we compute the expectation of each term:

  1. For i=1nXi2\sum_{i=1}^n X_i^2: Since XiX_i is a random sample from the population, each XiX_i has the same distribution. The expectation of Xi2X_i^2 is given by:

    [ \mathbb{E}[X_i^2] = \text{Var}(X_i) + (\mathbb{E}[X_i])^2 = \sigma^2 + \mu^2 ]

    Therefore:

    E[i=1nXi2]=n(σ2+μ2)\mathbb{E}\left[\sum_{i=1}^n X_i^2\right] = n(\sigma^2 + \mu^2)

  2. For i=1nXi\sum_{i=1}^n X_i: The expectation of the sum is:

    E[i=1nXi]=nμ\mathbb{E}\left[\sum_{i=1}^n X_i\right] = n\mu

  3. For nμ2n\mu^2: Since this is a constant, its expectation is simply nμ2n\mu^2.

4. Substituting Expectations

Substituting these expectations back into the expression:

E[1ni=1n(Xiμ)2]=1n(n(σ2+μ2)2μnμ+nμ2)\mathbb{E}\left[\frac{1}{n} \sum_{i=1}^n (X_i - \mu)^2 \right] = \frac{1}{n} \left( n(\sigma^2 + \mu^2) - 2\mu n \mu + n\mu^2 \right)

Simplifying:

=1n(nσ2+nμ22nμ2+nμ2)= \frac{1}{n} \left( n\sigma^2 + n\mu^2 - 2n\mu^2 + n\mu^2 \right)

=1n(nσ2)= \frac{1}{n} \left( n\sigma^2 \right)

=σ2= \sigma^2

Thus, we have shown that:

E[1ni=1n(Xiμ)2]=σ2\mathbb{E}\left[\frac{1}{n} \sum_{i=1}^n (X_i - \mu)^2 \right] = \sigma^2

Therefore, 1ni=1n(Xiμ)2\frac{1}{n} \sum_{i=1}^n (X_i - \mu)^2 is an unbiased estimator of σ2\sigma^2.


Summary

We demonstrated that the statistic 1ni=1n(Xiμ)2\frac{1}{n} \sum_{i=1}^n (X_i - \mu)^2 is an unbiased estimator of the population variance σ2\sigma^2, as its expectation equals σ2\sigma^2.

Would you like further details on any part of this derivation, or have any specific questions?


Related Questions:

  1. How do we prove that the sample variance is an unbiased estimator of the population variance?
  2. What is the difference between biased and unbiased estimators?
  3. How can we estimate the population mean μ\mu from a sample?
  4. What is the formula for the variance of a sample (as opposed to the population)?
  5. Can we modify the estimator 1ni=1n(Xiμ)2\frac{1}{n} \sum_{i=1}^n (X_i - \mu)^2 to make it unbiased when we use the sample mean instead of μ\mu?

Tip:

When working with sample statistics, remember that unbiased estimators provide an accurate estimate of the population parameter on average, but individual samples can still vary.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Unbiased Estimators
Expectation
Variance
Random Sampling
Statistics

Formulas

E[θ] = θ for an unbiased estimator
E[X_i^2] = σ^2 + μ^2
Var(X_i) = σ^2

Theorems

Unbiased Estimator Theorem

Suitable Grade Level

University Level (Statistics)