Joint Distributions
01 - Finish a PMF table - Strange families
Suppose that 15 percent of the families in a strange community have no children, 20 percent have 1 child, 35 percent have 2 children, and 30 percent have 3 children. Assume the odds of a child being a boy or a girl are equal.
If a family is chosen at random from this community, then
- (a) Complete the table by finding the missing entries.
- (b) What is the probability that ”
or is “?
Solution (a)
- & Fill the cells using the respective column sum or row sum.
We have , so : We have , so : We have , so : We have , so
(b)
- & Add up the probabilities in which either
or . - && Alternatively, you could use the inclusion-exclusion principle using the marginal sums.
02 - PMF calculations from a table
Suppose the joint PMF of
- (a) Find
. - (b) Find the marginal PMF of
. - (c) Find the PMF of the random variable
. - (d) Find
and .
Solution (a)
- & We know that
. Use this to find .
(b)
- & The marginal PMF of
is given by adding up the rows corresponding to each possible value.
(c)
- & Define the possible values of
.
- Since
and , we have that .
-
&& Define PMF of
.- Go through each possible value of
and see when it occurs.
- Go through each possible value of
-
& Substitute values in for each probability.
(d)
- & Find
- & Find
03 - Marginals from joint PMF
Suppose the discrete joint PMF of
Solution
- Compute
by summing over . - Compute
by summing over .
04 - Joint CDF on box events: All four corners
Consider the following formula:
- Draw these events in the
-plane:Misplaced & A &= \{X\leq x_{1}, y_{1} < Y \leq y_{2}\} \\ B &= \{x_{1}< X \leq x_{2}, Y \leq y_{1}\} \\ C &= \{x_{1} < X \leq x_{2}, y_{1} < Y \leq y_{2}\} \end{align*}$$ - Draw the event
. Write the probability of this event in terms of .
Solution
- & Write the event
in terms of . - & Write the terms
, , and in terms of .Misplaced & P[A] &= F_{X, Y}(x_{1}, y_{2}) - F_{X, Y}(x_{1}, y_{1}) \\ P[B] &= F_{X, Y}(x_{2}, y_{1}) - F_{X, Y}(x_{1}, y_{1}) \\ P[C] &= P[A \cup B \cup C] - \left(P[A] + P[B]\right) \end{align*} $$ - && Simplify expression for
.Misplaced & P[C] &= F_{X, Y}(x_{2}, y_{2}) - F_{X, Y}(x_{1}, y_{1}) - F_{X, Y}(x_{1}, y_{2}) - F_{X, Y}(x_{2}, y_{1}) + 2F_{X, Y}(x_{1}, y_{1}) \\ &= F_{X, Y}(x_{2}, y_{2}) - F_{X, Y}(x_{2}, y_{1}) - F_{X, Y}(x_{1}, y_{2}) + F_{X, Y}(x_{1}, y_{2})\end{align*}$$
05 - Marginals from PDF
Suppose
- (a) Find the marginal PDFs for
and . - (b) Find
.
Solution
(a)
- & Find the marginal PDF for
by integrating the joint PDF with respect to . - & Find the marginal PDF for
by integrating the joint PDF with respect to .
(b)
- && Note that the region of interest is the one above the line
. Integrate the PDF over this region.
06 - Random point in a triangle
Consider a joint distribution whose PDF is constant inside the triangle with
- (a) Find the joint PDF
. - (b) Find the marginal PDFs for
and . - (c) Are
and independent?
Solution
(a)
- & Find the area of the triangle, and find a formula for the PDF.
- The area of the triangle is
. Therefore the PDF is
Misplaced & \frac{1}{1/2} = 2 & 0 \leq x \leq 1, 0 \leq y \leq 1 - x \\ 0 & \text{otherwise} \end{cases}$$ - The area of the triangle is
(b)
- & Integrate with respect to
to find the marginal PDF for .