Skip to content
Prev 83149 / 398506 Next

convolution of the double exponential distribution

On 12/22/2005 7:56 PM, Bickel, David wrote:
Under the substitution of y = q+x, that looks like a gamma integral. 
The x = 0 to Inf range translates into y = q to Inf, so you'll need an 
incomplete gamma function, such as pgamma.  Be careful to get the 
constant multiplier right.

Duncan Murdoch