Maximum Order Statistic Question

  • Thread starter Thread starter daneault23
  • Start date Start date
  • Tags Tags
    Maximum Statistic
daneault23
Messages
32
Reaction score
0

Homework Statement


Let Yi∼iid,uniform[0,θ]. Let U=max{Yi}. Derive the distribution of U and give the value of any associated parameters. Also calculate E(U) and Var(U).

Homework Equations


f(y)=1/Θ and F(y)=y/Θ

The Attempt at a Solution


Since we have a product of iid random variables, we can multiply the cdf's a total of n times, giving us F(yn)=[F(y)]^n=(y/Θ)^n, so f(u)=n(y/Θ)^n-1, meaning U~Be(n,1) with α=n and β=1.

I'm stuck on the E(u) part. This is what I have, ∫(from 0 to Θ)of u*n(y/Θ)^n-1 du. Please help.
 
Physics news on Phys.org
daneault23 said:

Homework Statement


Let Yi∼iid,uniform[0,θ]. Let U=max{Yi}. Derive the distribution of U and give the value of any associated parameters. Also calculate E(U) and Var(U).



Homework Equations


f(y)=1/Θ and F(y)=y/Θ



The Attempt at a Solution


Since we have a product of iid random variables, we can multiply the cdf's a total of n times, giving us F(yn)=[F(y)]^n=(y/Θ)^n, so f(u)=n(y/Θ)^n-1, meaning U~Be(n,1) with α=n and β=1.

I'm stuck on the E(u) part. This is what I have, ∫(from 0 to Θ)of u*n(y/Θ)^n-1 du. Please help.

You cannot hope to get a correct answer if you are careless. From ##F_n(y) = (y/\theta)^n## we have the density ##f_n(y) = dF_n(y)/dy = (n/\theta) (y/\theta)^{n-1},## which is not what you wrote. I don't know why you write f(u) instead of f(y).

Anyway, the answer is given by a simple, calculus 101 integral. Just write it out and think about it.
 
Ray Vickson said:
You cannot hope to get a correct answer if you are careless. From ##F_n(y) = (y/\theta)^n## we have the density ##f_n(y) = dF_n(y)/dy = (n/\theta) (y/\theta)^{n-1},## which is not what you wrote. I don't know why you write f(u) instead of f(y).

Anyway, the answer is given by a simple, calculus 101 integral. Just write it out and think about it.

Ray, so we would have ∫from 0 to Θ of (y*n/Θ)(y/Θ)^(n-1) then correct?
 
If I'm doing things correctly here, I get E(U) = (nΘ)/n+1 and with the usual calculations, Var(U)=(nΘ^2)/(n+2)-((nΘ)/(n+1))^2
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top