Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

How to find the sum of two probability density functions?What is the formula used for this purpose?

share|improve this question
It would get you better results if you provide the context of the problem and what you've done so far. Also, it is not entirely clear to me what you mean by the sum of density functions. Do you expect that to be a density function? – Ittay Weiss Dec 23 '12 at 7:32

2 Answers

I think you mean how to find the probability density of the random variable that is the sum of two other random variables, using the probability densities of these two variables. The answer is that the probability density of the sum is the convolution of the densities of the two other random variables if they are independent.

Let's say $Z = X + Y$, then the density of the sum is given by $$ f_Z \left( z \right) = \int_{-\infty}^{\infty} f_X \left( z - y \right) f_Y \left( y \right) d y $$

assuming all variables are real valued, that $X,Y$ are independent and that $f_X,f_Y,f_Z$ are the densities of $X,Y,Z$ respectivley.

share|improve this answer

As learner points out, its the convolution you are after. Better context on what the individual probability density functions are would help.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.