MathOverflow will be down for maintenance for approximately 3 hours, starting Monday evening (06/24/2013) at approximately 9:00 PM Eastern time (UTC-4).
0

Suppose we have a joint distribution $P(D,X,L) = P(D|X)P(X|L)P(L)$. Here, D and L are discrete but X is a continuous random variable. I want to compute $P(D=d)$. How do I do this numerically? The fact that $X$ is continuous confuses me.

flag
A little bit more complicated version of this problem is at mathoverflow.net/questions/97999/…. Comments/answers needed. – eakbas May 26 2012 at 2:15

1 Answer

0

I'm assuming that your "continuous" is actually "absolutely continuous", i.e. $X$ has a density.

$$P(D=d) = E[P(D=d|X)] = \int dx \ P(D=d|X=x) f_X(x) = \int dx \sum_\ell \ P(D=d|X=x) f_{X|L}(x|\ell) P(L=\ell)$$

where the sum is over the possible values of $L$, and $f_{X|L}(x|\ell)$ is the conditional density of $X$ given $L=\ell$.

link|flag

Your Answer

Get an OpenID
or

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