1

Consider the random variable $T$ with cumulative distribution function $F(t)$. How can I calculate the mathematical expectation of an integral function? (Note that the time is finite horizon)

$Y=\int_{0}^{T}g(t)dt$, for instance, $$E\left[\int_{0}^{T}g(t)\text{d}t\right]=\int_{0}^{\infty}\int_{0}^{s}g(t)\text{d}tf(s)\text{d}s$$ or $\int_{0}^{E(T)}g(t)\text{d}t$

where $E[T]=\int_{0}^{\infty}tf(t)\text{d}t$. Which type calculation was right and why?

New Result:$E[Y]=E\left[\int_{0}^{T}g(t)\text{d}t\right]=\int_{0}^{\theta}\int_{0}^{s}g(t)dtf(s)ds $ After that we use Fubini theorem to change the order of integration;

$$=\int_{0}^{\theta}\int_{s}^{\theta}dF(t)g(t)dt=\int_{0}^{\theta}F(\theta)-F(t))g(t)dt=\int_{0}^{\theta}(1-F(t))g(t)dt $$

There still have a question, if time is infinite horizon with cumulative distribution function, the above function is not hold.

So my question is how to calculate the expectation when the time is infinite with cumulative distribution at a integration function?

$\int_{0}^{\infty}(1-F(t))g(t)dt=0$

If it is possible, could you recommend some martial-related it?

Thanks a lot.

Yang
  • 74
  • Is $g$ a density? – Golden_Ratio Jan 19 '22 at 20:41
  • There is a problem 1) in your definition of the new variable which should be $Y=\int_0^{T}g(t)dt$. 2) In your expression $\int_0^{E(T)}...$, not $\int_0^{E(t)}...$ – Jean Marie Jan 19 '22 at 22:10
  • Ths @Golden_Ratio and Jean Marie for your comments – Yang Jan 20 '22 at 11:14
  • 1
    Consider the function $G(T) = \int_0^T g(t)dt$. You are essentially asking if $E[G(T)] = G(E[T])$, right? Only in a few cases it will be the case, e.g. if $g(t)=$constant. However, consider $g(t)=2t$ such that $G(T) = T^2$. Hence, $E[G(T)] = E[T^2]$ but $G(E[T]) = E[T]^2$ such that $E(G[T])-G(E[T]) = E[T^2]-E[T]^2$ which is the variance of $T$, which may not be zero. Thus, $E[G(T)] \neq G(E[T])$ and you cannot use $\int_0^{E[T]}g(t)dt$ to compute $E[G(T)]$. – FeedbackLooper Jan 20 '22 at 12:25

0 Answers0