Quant Memo
Statistics/●●●●●

Estimating the top of a uniform: max or twice the mean?

Asked at Citadel

You have nn i.i.d. draws from U(0,θ)U(0, \theta) and want to estimate the unknown upper endpoint θ\theta. Two candidates: the method-of-moments estimator θ^MM=2Xˉ\hat\theta_{MM} = 2\bar X (since E[X]=θ/2E[X] = \theta/2), and the (bias-corrected) maximum θ^max=n+1nmaxiXi\hat\theta_{\max} = \frac{n+1}{n}\max_i X_i.

Which is more efficient, and by how much? Notice anything unusual about the convergence rate.

Show a hint

Both are unbiased. Compare their variances as functions of nn. For the maximum, recall Var(max)=n(n+1)2(n+2)θ2\operatorname{Var}(\max) = \frac{n}{(n+1)^2(n+2)}\theta^2.

Your answer

This one is open-ended. Work it through, then check your reasoning against the full solution.

More Statistics questions