Conditional expectation of exponential distribution.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 6K views
manish13
Messages
2
Reaction score
0
I have been stuck at this calculation. There are two exponential distributions X and Y with mean 6 and 3 respectively. We need to find
E[y-x|y>x]
I keep getting it negative, which is clearly wrong. Anybody wants to try it?
 
Physics news on Phys.org
I got it finally. But here is a brief note about it

[tex]E[t_2-t_1|t_2>t_1] = E[(t_2-t_1)*I_{\{t_2>t_1\}}] = \int_0^{\infty} \int_{t_1}^{\infty}(t_2-t_1)\lambda_1 \lambda_2 e^{-\lambda_1 t_1} e^{-\lambda_2 t_2} dt_2 dt_1[/tex]

This nicely gives the answer as [tex]\frac{\lambda_1}{\lambda_2(\lambda_1+\lambda_2)}[/tex]

I was doing a mistake in byparts.