3.1.2 Joint Cumulative Distribution Functions Flashcards
(11 cards)
What is the joint CDF of two random variables X and Y?
F(x, y) = P(X ≤ x, Y ≤ y)
How do you compute the joint CDF for discrete random variables?
By double summing the joint PMF:
F(x, y) = Σₐ≤x Σ_b≤y P(X = a, Y = b)
What values must a joint CDF fall between?
0 ≤ F(x, y) ≤ 1
What does F(x, y) equal when x and y are below their lower bounds?
F(x, y) = 0
What does F(x, y) equal when x and y are above their upper bounds?
F(x, y) = 1
If x is above the upper bound of X and y is any value, what does F(x, y) simplify to?
It becomes the marginal CDF of Y: F(y)
If y is above the upper bound of Y and x is any value, what does F(x, y) simplify to?
It becomes the marginal CDF of X: F_X(x)
Can you evaluate F(x, y) at values beyond the defined support of X or Y?
No — it’s not defined or meaningful beyond the support.
What is the joint survival function of X and Y?
S(x, y) = P(X > x, Y > y)
Is the joint survival function equal to 1 - F(x, y)?
No — unlike the univariate case, joint survival is not equal to 1 - F(x, y)
Why can’t you treat joint CDF values like PMF values directly?
Because joint CDF values are cumulative — they sum over regions, not individual outcomes.