Let X be uniformly distributed on (0,1)

  • Context: Graduate 
  • Thread starter Thread starter TomJerry
  • Start date Start date
  • Tags Tags
    Distributed
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 6K views
TomJerry
Messages
49
Reaction score
0
Question:
Let X be uniformly distributed on (0,1). Show that Y=- [tex]\lambda[/tex]-1 1n(1-X) has an exponential distribution with parameter [tex]\lambda[/tex]>0
 
Physics news on Phys.org
let

[tex] F_Y(y) = P(Y \le y)[/tex]

and use the definition of [itex]Y[/itex] to rewrite the inequality in terms of [itex]X[/itex].
 
chiro said:
Do you know what generating functions are?

Nope !
 
Here is how you can do this with a moment generating function.

Basically you can prove that a distribution is a particular one if both moment generating functions are of the same type.

So for example you've given Y = - 1/(lambda) ln(1 - X).

We are given that X is uniform on (0,1) so basically standard uniform.

The PDF of X is simply 1 with the domain (0,1).

The MGF of Y is given by M(t) = E[e^(Yt)] = Integral [0,1] 1 x e^(-{1/lambda} x ln{1-x} x t) dx = Integral [0,1] (1-x)^(-t/{lambda})

Using a substitution we get u = 1 - x, du = -dx which gives us the integral

M(t) = Integral [0,1] u^(-t/{lambda}) du.

This gives us M(t) = 1/{-t/lambda + 1} which corresponds to the MGF of the exponential distribution.
 
You can also use the standard formula for computing the density of a strictly increasing function. If X has density f_X(x) and Y=g(X) is strictly increasing, then Y has density f_Y(y)=f_X(g^-1(y))*dg^-1(y)/dy