1

I need help with this one this is a exercise in when I need to show all the step

Exercise of transform and pdf

Sophi
  • 77

2 Answers2

1

You want $$ P(g(X) > y) =\int_y^\infty \lambda\exp (-\lambda u) du = \exp (-\lambda y) $$ but this is also, assuming $g$ is increasing from $[0,1]$ to $\Bbb R^+$: $$ P(X > g^{-1}(y)) = 1-g^{-1}(y) $$that is: $$ g^{-1}(y) = 1- \exp (-\lambda y);\\ g(y) = -\frac{\log(1-y)}\lambda $$and you check that $g$ is increasing from $[0,1]$ to $\Bbb R^+$.

mookid
  • 28,236
1

The technique known as "inverse transform sampling" is useful to know.

If $X$ is any continuous random variable with cumulative distribution function $F_X$, $F_X(X)$ has a Uniform distribution on $[0,1]$.

From this, note if you define $F_X^{-1}(x) = \inf\{ c : F_X(x) \geq c \}$ where $c \in (0,1)$, then $F_X^{-1}(U)$ has the distribution of $X$ when $U$ is Uniform on $[0,1]$. (This is just for well defined-ness; if $F_X$ is strictly increasing, you can think of this as just the inverse on $(0,1)$. Drawing a picture makes sense of this inverse noting that cumulative distribution functions are non-decreasing).

Batman
  • 19,390