Math Problem Statement

Let X_1, ..., X_n be i.i.d. with E[X_i] = μ and Var[X_i] = σ². Is S_n² = (1/n) * Σ X_i² - X̄² a consistent estimator of σ²?

Solution

We are tasked with determining if Sn2S_n^2, as given in the problem, is a consistent estimator of the population variance σ2\sigma^2.

Problem Overview:

Let X1,X2,,XnX_1, X_2, \dots, X_n be independent and identically distributed (i.i.d.) random variables with:

  • E[Xi]=μ\mathbb{E}[X_i] = \mu (the population mean),
  • Var(Xi)=σ2\text{Var}(X_i) = \sigma^2 (the population variance).

The estimator Sn2S_n^2 is given as: Sn2=1ni=1nXi2X2,S_n^2 = \frac{1}{n} \sum_{i=1}^{n} X_i^2 - \overline{X}^2, where X=1ni=1nXi\overline{X} = \frac{1}{n} \sum_{i=1}^{n} X_i is the sample mean.

Consistency of an Estimator:

An estimator TnT_n of a parameter θ\theta is said to be consistent if:

  1. Unbiasedness: E[Tn]θ\mathbb{E}[T_n] \to \theta as nn \to \infty,
  2. Convergence in Probability: TnpθT_n \overset{p}{\to} \theta as nn \to \infty, meaning for any ϵ>0\epsilon > 0, P(Tnθϵ)0P(|T_n - \theta| \geq \epsilon) \to 0 as nn \to \infty.

Steps to Determine Consistency:

1. Expectation of Sn2S_n^2:

We need to find E[Sn2]\mathbb{E}[S_n^2]. Break it down into two parts: Sn2=1ni=1nXi2X2.S_n^2 = \frac{1}{n} \sum_{i=1}^{n} X_i^2 - \overline{X}^2.

  • E[1ni=1nXi2]=1ni=1nE[Xi2]=E[X12]\mathbb{E}\left[ \frac{1}{n} \sum_{i=1}^{n} X_i^2 \right] = \frac{1}{n} \sum_{i=1}^{n} \mathbb{E}[X_i^2] = \mathbb{E}[X_1^2]. Using Var(Xi)=σ2\text{Var}(X_i) = \sigma^2 and E[Xi]=μ\mathbb{E}[X_i] = \mu, we know E[Xi2]=σ2+μ2\mathbb{E}[X_i^2] = \sigma^2 + \mu^2. Thus: E[1ni=1nXi2]=σ2+μ2.\mathbb{E}\left[ \frac{1}{n} \sum_{i=1}^{n} X_i^2 \right] = \sigma^2 + \mu^2.

  • E[X2]=E[(1ni=1nXi)2]=σ2n+μ2\mathbb{E}[\overline{X}^2] = \mathbb{E}\left[\left(\frac{1}{n} \sum_{i=1}^{n} X_i\right)^2 \right] = \frac{\sigma^2}{n} + \mu^2.

Thus, the expectation of Sn2S_n^2 becomes: E[Sn2]=(σ2+μ2)(σ2n+μ2)=σ2(11n).\mathbb{E}[S_n^2] = (\sigma^2 + \mu^2) - \left(\frac{\sigma^2}{n} + \mu^2\right) = \sigma^2 \left(1 - \frac{1}{n}\right).

As nn \to \infty, E[Sn2]σ2\mathbb{E}[S_n^2] \to \sigma^2, indicating that the estimator is asymptotically unbiased.

2. Variance of Sn2S_n^2:

To establish consistency, we also need to examine the variance of Sn2S_n^2. Without diving into the full calculation, we know that the variance of Sn2S_n^2 tends to 0 as nn \to \infty, meaning that Sn2S_n^2 converges to σ2\sigma^2 in probability.

Conclusion:

Since E[Sn2]σ2\mathbb{E}[S_n^2] \to \sigma^2 and Var(Sn2)0\text{Var}(S_n^2) \to 0, we can conclude that Sn2S_n^2 is a consistent estimator of σ2\sigma^2.

Would you like more details on any part of this solution or have any questions?


Here are 5 related questions for further exploration:

  1. What is the difference between a biased and an unbiased estimator?
  2. How does the law of large numbers relate to consistency of estimators?
  3. Can you derive the variance of Sn2S_n^2 explicitly to confirm consistency?
  4. What conditions ensure an estimator is efficient, in addition to being consistent?
  5. How does Sn2S_n^2 compare to the sample variance σ^2=1n1i=1n(XiX)2\hat{\sigma}^2 = \frac{1}{n-1} \sum_{i=1}^{n} (X_i - \overline{X})^2?

Tip: Consistency ensures that as you collect more data, your estimator converges to the true parameter value. It's often the first criterion for a good estimator.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Statistics
Estimation Theory
Consistency of Estimators
Variance

Formulas

S_n² = (1/n) * Σ X_i² - X̄²
E[S_n²] = σ² * (1 - 1/n)
Var[S_n²] → 0 as n → ∞

Theorems

Law of Large Numbers
Consistency of Estimators

Suitable Grade Level

Undergraduate - Statistics