1

I am aware of he uniform distribution density function however I am not entirely sure how I would find out the distribution of X.

Thanks very much, any help or hints in the right direction would be gladly appreciated.

silverjoe
  • 413
  • 3
  • 14

2 Answers2

2

We start by looking at the cumulative distribution function for $X$, \begin{equation} F_X(x) =P(X\leq x) =P(-K\ln U\leq x) = P(\ln U \geq -\frac{x}{K})=P(U\geq e^{-\frac{x}{K}}) \end{equation} Now we will use the pdf of the uniform distribution and integrate. This will give you the CDF of $X$ explicitly which you can differentiate to find the pdf of $X$.

1

HINT: If we define $F(x) = \mathbb{P}(X \leq x)$, then the density of $X$ is the derivative of $F(x)$. Can you find a nice form for $F(x)$ using the definition of $X$?

Marcus M
  • 11,229