Skip to content
Prev 83181 / 398506 Next

convolution of the double exponential distribution

Mathematica says

Assuming[q âˆˆ Reals && q > 0, Integrate[(q + x)^n*Exp[-2*x], {x, 0,
Infinity}]]

2^(-1 - n)*Exp[2*q]*Gamma[1 + n, 2*q]

and 2-argument Gamma is the incomplete Gamma function
(integration starting at 2*q)
Duncan Murdoch wrote: