(a) Find the cumulative distribution and density for the random variable Y= ln(U+ 1).
Cumulative:
F(y)=P(Y<y)=P(ln(U+1)<y)=P(U+1<ey)=P(U<ey−1)=ey−1
Density:
f(y)=F′(y)=ey
(b) What is the range of values forY?
U=0 -> ln(0+1) = ln(1) = 0
U = 1 -> ln(1+1) = ln(2)
So the range of values for Y is [0, ln(2)]
(c) Show that the density you have found has the property that
∫Ωf(y)dy= 1.
∫0ln(2)eydy=ey∣0ln(2)=eln(2)−e0=2−1=1.
(d) Suppose you are handed a data sample from some statistical survey. How would youdetermine whether the sample comes from a distribution with this density?
- Test hypothesis about the density of the given distribution
- Plus Hypothesis about maximum and minimum value of the Uniform distribution:
Xmax=imax(eXi−1)
Xmin=imin(eXi−1)
Comments