- #1
exmachina
- 44
- 0
Suppose I have the marginal probability density functions of two random variables A and B, P(A), and P(B). Suppose I modeled P(A) and P(B) using a mixture model from some dataset D and obtained a closed form pdf for each.
I am interested in finding their joint density function P(A and B) and associated properties such as maximas, minimas, etc.
Ideally the joint density is expressed as a closed form 2D mixture model as well, but this is not critical.
I could do something perhaps by brute force by use of Baye's theorem:
ie. I can approximate
P(A and B) = P(A) P(B | A) = P(B) | P(A | B)
But eventually I need to extend this to higher dimensions, eg. P( A and B and C and D... etc) and this is certainly no trivial task.
I am interested in finding their joint density function P(A and B) and associated properties such as maximas, minimas, etc.
Ideally the joint density is expressed as a closed form 2D mixture model as well, but this is not critical.
I could do something perhaps by brute force by use of Baye's theorem:
ie. I can approximate
P(A and B) = P(A) P(B | A) = P(B) | P(A | B)
But eventually I need to extend this to higher dimensions, eg. P( A and B and C and D... etc) and this is certainly no trivial task.