Transforming uniform variables

wtrow

New member
Joined
Jan 24, 2011
Messages
17
If X~uniform(0,1), then what is the pdf of 1/X?

I'd assume it would be the same thing, since X=1 for 0<x<1, so 1/X would be 1/1. Not sure if it works that way, so just making sure.
 
What?

Uniform: P(X<x)=x  dt=0x  dt=x\displaystyle P(X < x) = \int_{-\infty}^{x}\;dt = \int_{0}^{x}\;dt = x

Your task: P(Y<y=1/x)=??\displaystyle P(Y < y = 1/x) = ??

Your difficulty is this: x = 1 ==> y = 1. That's the easy part. x = 0 ==> y = ?? That's the hard part.

Try again.
 
Let Y=1/X\displaystyle Y = 1/X. Then consider the equivalent events Y<=y\displaystyle Y <= y and 1/X<=y\displaystyle 1/X <= y and X>=1/y\displaystyle X >= 1/y.
 
Listen to royhaas. I always manage to confuse myself.
 
Top