3.1.2 Joint Cumulative Distribution Functions Flashcards

(11 cards)

1
Q

What is the joint CDF of two random variables X and Y?

A

F(x, y) = P(X ≤ x, Y ≤ y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you compute the joint CDF for discrete random variables?

A

By double summing the joint PMF:
F(x, y) = Σₐ≤x Σ_b≤y P(X = a, Y = b)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What values must a joint CDF fall between?

A

0 ≤ F(x, y) ≤ 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does F(x, y) equal when x and y are below their lower bounds?

A

F(x, y) = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does F(x, y) equal when x and y are above their upper bounds?

A

F(x, y) = 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

If x is above the upper bound of X and y is any value, what does F(x, y) simplify to?

A

It becomes the marginal CDF of Y: F(y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If y is above the upper bound of Y and x is any value, what does F(x, y) simplify to?

A

It becomes the marginal CDF of X: F_X(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Can you evaluate F(x, y) at values beyond the defined support of X or Y?

A

No — it’s not defined or meaningful beyond the support.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the joint survival function of X and Y?

A

S(x, y) = P(X > x, Y > y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Is the joint survival function equal to 1 - F(x, y)?

A

No — unlike the univariate case, joint survival is not equal to 1 - F(x, y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Why can’t you treat joint CDF values like PMF values directly?

A

Because joint CDF values are cumulative — they sum over regions, not individual outcomes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly