Order Statistics/Change of Variable

  • Thread starter Thread starter cse63146
  • Start date Start date
  • Tags Tags
    Variable
cse63146
Messages
435
Reaction score
0

Homework Statement



Let Y1<Y2<...<Yn be the order statistics of a random sample of size n from the pdf f(x) = e^{-x} x ranging from 0 to infinity.

a) Show that Z1=nY1, Z2 = (n-1)(Y2 - y1) Z3= (n-2)(Y3-Y2)... Zn = Yn - Y_(n-1) are independent and that each Z has the exp distribution.

b) Demonstrate that all linear functions of Y1, Y2,...,Yn such as \Sigma a_i Y_i can be expressed as a linear function of independent random variables.


Homework Equations





The Attempt at a Solution



a)

so y_1 = z_1/n , y_2 = z_2/(n-1) +z_1/n , y_3 = z_3/(n-2) + z_2/(n-1) +z_1/n etc...


So how would I find the jacobian?
 
Physics news on Phys.org
I got part a, but not sure how I would do part b.

Thanks in advance.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top