Suppose I have a function $L(c)$ , where $c$ is a continuous random variable. Let
$L(c)=c+log(E[\theta])$
where $\theta$ is a continuous random variable and $E$ representing the corresponding expected value. My question is , is it fair to state that $L(c)$ itself is an expected value as it is expressed in terms of an $E(\cdot)$.
If this is true could you please explain why?
If this is not true could you please explain why?
Thank you in advance!
No. First of all, we generally denote random variables as capital letters $X$ and constants as lower case $x$ to avoid confusion.
$E\theta$ is just a constant. It's no longer random after taking expected value. So what this function $L(C)$ is doing is simply adding a constant to the random variable.
$L(C)$ is therefore still a random variable, except its now of the form
$C + a$
Where $a=\log E\theta$.
To refer to something as an "expected value" it needs to be of the form $E f(X)$ for some r.v. $X$ and function $f$. Since $L(C)$ is still a random variable (not constant) it is not an expected value.