1

I have been learning sums of distributions and understand that the sum of exponential distributions with parameter B is a gamma distribution with parameters a=1 and B.

However, I need to figure out: What is the sum of X, an exponential distribution with parameter 0.2, and Y, a gamma distribution with parameters 3 and 0.2. I THINK it would be a gamma distribution based off of the previous knowledge but cannot find anything on this or how to do this.

Mdf12
  • 13

1 Answers1

0

I will show how to get an answer here using results from the duplicate Q. First, note from wiki on gamma distribution that there are two commonly used parametrizations, I will assume the shape-scale parametrization (with $k, \theta$) as that seems most used, and is the one implicitly used in the duplicate question. So $X\sim \mathcal{Exp}(0.2)=\mathcal{Gamma}(k=1,\theta=0.2)$ so the distribution of the sum is $\mathcal{Gamma}(1+3,0.2)$ using the result from answer by @whuber.

And, since for $Y$ the shape parameter $k=3$ is an integer, $Y$ itself is (can be represented as ...) a sum of three independent exponential random variables, see Distribution of sum of exponentials