Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I know, I can't use convolution. I have two random variables A and B and they're dependent. I need Distributive function of A+B

share|improve this question
3  
If A and B are dependent, then joint distribution of A and B is required to arrive distribution of A+B. – vinux Jan 23 '12 at 12:15
I do not understand your question. What do you know and why can't you use convolution? – Xi'an Jan 23 '12 at 13:07
I know Distributive function of A and B. f A and B are two independent, continuous random variables, then I can find the distribution of Z=A+B by taking the convolution of f(A) and g(B): h(z)=(f∗g)(z)=∫∞−∞f(A)g(z−B)dA But what can I do, when they're not independent ? I am sorry, if this is dumb question. – Mesko Jan 23 '12 at 13:39
It's not a dumb question Mesko, but what people are pointing out is that it needs more information. The answer depends on how $A$ and $B$ fail to be independent. A full description of that is given by the joint distribution of $A$ and $B$, which is what vinux asks. Xi'an is probing a little more delicately but really seeks the same kind of information in order to help you make progress. – whuber Jan 23 '12 at 14:08

1 Answer

up vote 2 down vote accepted

As vinux points out, one needs the joint distribution of $A$ and $B$, and it is not obvious from OP Mesko's response "I know Distributive function of A and B" that he is saying he knows the joint distribution of A and B: he may well be saying that he knows the marginal distributions of A and B. However, assuming that Mesko does know the joint distribution, the answer is given below.

From the convolution integral in OP Mesko's comment (which is wrong, by the way), it could be inferred that Mesko is interested in jointly continuous random variables $A$ and $B$ with joint probability density function $f_{A,B}(a,b)$. In this case, $$f_{A+B}(z) = \int_{-\infty}^{\infty} f_{A,B}(a,z-a) \mathrm da = \int_{-\infty}^{\infty} f_{A,B}(z-b,b) \mathrm db.$$ When $A$ and $B$ are independent, the joint density function factors into the product of the marginal density functions: $f_{A,B}(a,z-a)=f_{A}(a)f_{B}(z-a)$ and we get the more familiar convolution formula for independent random variables. A similar result applies for discrete random variables as well.

Things are more complicated if $A$ and $B$ are not jointly continuous, or if one random variable is continuous and the other is discrete. However, in all cases, one can always find the cumulative probability distribution function $F_{A+B}(z)$ of $A+B$ as the total probability mass in the region of the plane specified as $\{(a,b) \colon a+b \leq z\}$ and compute the probability density function, or the probability mass function, or whatever, from the distribution function. Indeed the above formula is obtained by writing $F_{A+B}(z)$ as a double integral of the joint density function over the specified region and then "differentiating under the integral sign.''

share|improve this answer
This is related to my comment and answer on another question dealing with joint distributions a few days ago. – Xi'an Jan 23 '12 at 19:27

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.