Artusartos
- 236
- 0
Homework Statement
Suppose X_1, ... , X_n are iid with pdf f(x,\theta)=2x/(\theta^2), 0<x\leq\theta, zero elsewhere. Note this is a nonregular case. Find:
a)The mle \hat{\theta} for \theta.
b)The constant c so that E(c\hat{\theta})=\theta.
c) The mle for the median of the distribution.
Homework Equations
The Attempt at a Solution
a) I got \hat{\theta} = max\{X_1, ... ,X_2\}=Y_n
b) I was stuck here...
I need to find the pdf for Y_n using the order statistics formula, right?
So this is what I got...f_n(y_n)=\frac{n!}{(n-1)!(n-n)!}[F(y_n)]^{n-1}[1-F(y_n)]^{n-n}f(y_n)
= n(F(y_n))^{n-1}f(y_n)= n(\frac{-2x}{\theta})^{n-1}(\frac{2x}{\theta^2})
= n(\frac{-2x}{\theta})^{n}(\frac{\theta}{-2x})(\frac{2x}{\theta^2})
= n(\frac{-1}{\theta})(\frac{-2x}{\theta})^n
So now I want to find the expected value, but I'm not sure what the boundaries need to be for the integral...so can anybody help me?
Thanks in advance