so I'm learning a new topic and am a bit new to probability, so please excuse my elementary question.
Given a random sample on an exponential distribution with mean $\theta$ of $X_1,X_2,...,X_n$, let $Y = \ln{X}$. Find the mean of $Y$.
We are also given the gamma function, $\Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt$
My approach is to first find the CDF of $Y$, then it's PDF, and then calculating expectation via $E[Y] = \int y \cdot f_Y(y)dy$
Would this yield the correct answer?
Is there a faster, more efficeint approach?
Have I made a mistake anywhere?
Thanks in advance for your help.
Approach so far: (Has been added at the end of comments)
How can I go from using a given result that
$$\gamma = - \int_0 ^\infty ln(x) e^{-x} dx = 0.5772..$$ When I currently have :
$$E[\ln (X) ] = \frac{1}{\theta}\int_0 ^\infty ln(x) e^{\frac{-x}{\theta}} dx$$
The geometric mean of a sequence of positive numbers $x_1, . . . , x_n$ is $ (x_1 . . . x_n)^{\frac{1}{n}}$. Let$ X_1, . . . , X_n$ be a random sample on an exponential distribution with mean $θ$. We would like to use the geometric mean $G = (X_1 . . . X_n)^{\frac{1}{n}} $ to estimate $θ$. All results may be expressed in terms of the gamma function...
Let $Y = \ln X$ where $X$ is exponential with mean $\theta$. Obtain the mean of $Y$.
I was confused as to why there were no commas?
– LearningMath Sep 03 '15 at 17:08I did this: $ Y = ln(X) \implies X = e^Y$ Then the CDF of $Y$, let's call this $G(y) $
is such that $P(Y\leq y) = P(\ln(x) \leq y) = P(X \leq e^y)$
then $G(y) = \int _0 ^{\ln(y)} \cfrac{1}{\theta} exp(-x/ \theta) dx$
...
and eventually got that $E[Y] = \int _{- \infty}^{\infty} -y/\theta^2 - 1/ \theta dy$ which is infinite so I must be wrong.
whre did I make a mistake
– LearningMath Sep 03 '15 at 18:09using your method, we have $$E[\ln X] = \int_0 ^\infty \ln(x) \cdot \frac{1}{\theta} e^{-x/\theta}$$
But I dont see how to massage this equation so that I can use the result of the $\gamma = \dots$ which they have given? tried a change of variables : let $x/ \theta = \tau $ then we have $\int_0 ^\infty$ $\ln (\tau \theta) 1/ \theta e^{- \tau} d(\tau \theta)$
– LearningMath Sep 03 '15 at 23:45