Let $X$ be a random variable uniformly distributed in $[0,1]$, and let $Y$ be a RV uniformly distributed in $[X,1]$. I want to calculate the theoretical distribution of $Y$, any hints? I already tried with simulation, which gave me an idea of what $Y$ looks like, but nothing more.
2026-03-27 08:47:04.1774601224
Uniform Distribution Problem
103 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
I would try a conditioning argument: for $0<y<1$ \begin{align} P[Y \leq y] &= {\bf E}[ P[Y \leq y \mid X]] \\ &= {\bf E}\left[ \frac{y-X}{1-X} I_{[X \leq y]} \right] \\ &= \int_0^y \frac{y-x}{1-x}dx \\ &= \left. -(y-1)\ln(1-x) + x \right|^y_0 \\ &= -(y-1)\ln(1-y) + y. \end{align}