How to calculate the sum and the subtraction of many random variables that follow exponential distributions and have different parameters ?
(The value of Lambda is different for all or some variables).
example :
L(t) = f(t) + g(t) - h(t)
with
f(t) = a.expo(-a.t)
g(t) = b.expo(-b.t)
h(t) = c.expo(-c.t)
st:
a = Lambda_1
b = Lambda_2
c = Lambda_3.