Qm

The efficiency cost of averaging only half your data

To save computation, an analyst estimates a Normal mean μ\mu by averaging only every other observation, using n/2n/2 of the nn available data points:

μ^half=2ni oddXi.\hat\mu_{\text{half}} = \frac{2}{n}\sum_{i \text{ odd}} X_i.

The full-data competitor is the ordinary sample mean Xˉ\bar X over all nn points.

What is the asymptotic relative efficiency of the half-sample estimator versus the full sample mean?

Your answer

Solving needs a free account

Answers, streaks and solutions unlock when you are signed in. Reading the question and the hint stays free.

Discussion

Sign in to join the discussion · reading is open to everyone

💡 Discussion rules

  1. No full solutions here. Hints and approaches only.
  2. Complexity, edge cases and intuition are the point.
  3. Interview experiences are welcome. Respect your NDAs.

Loading discussion…

Learn the concepts

The theory behind this question.

Related questions

How much does naive averaging waste?Known mean, unknown spread, MLE for a Gaussian varianceTwo unbiased estimators, which one is efficient?The Cramer-Rao floor and how efficient the mean isThe variance floor for a normal mean with known spread
All questions →