Density function of uniform prob distribution

56 Views Asked by At

Let $X ∼\operatorname{Uniform}(0,1)$. Find the density function of $Y = e^X$.

I got to:

$F_Y(y)$=$P(Y\le y)$=$P(e^X\le y)$=$P(X\le \ln(y))$

Not sure where to go from here?

1

There are 1 best solutions below

0
On

You are almost there, you have $$P(X\leq\ln(y))=F_X(\ln(y)),$$ where $F_X$ is the cumulative distribution function of $X$ ~ $U(0,1)$.