3.2.1 Conditional Distributions Flashcards

(14 cards)

1
Q

What is a conditional distribution?

A

It’s the distribution of one random variable given a fixed value (or condition) on another.

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

What is the conditional distribution of X given Y = y (discrete)?

A

P(X = x | Y = y) = P(X = x ∩ Y = y) / P(Y = y)

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

When is it necessary to calculate both the numerator and denominator separately?

A

When the condition involves a range of values (e.g., Y ≥ 1) rather than a specific value.

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

How do you find the conditional distribution when the condition is like Y ≥ 1?

A

Sum P(X = x, Y = y) over the conditional domain (e.g., all y ≥ 1), then normalize the values.

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

What’s a good rule of thumb for conditional distributions?

A

Identify the conditional domain → sum joint PMFs over that domain → normalize.

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

What is a conditional expectation?

A

The expected value of a random variable given a condition on another variable.

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

What is the formula for conditional expectation E[X | Y = y]?

A

E[X | Y = y] = Σ_x x * P(X = x | Y = y)

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

When the condition is on a range of values (e.g. Y > x), how do you compute E[X | Y > x]?

A

Use: E[X | Y > x] = (Σ_x Σ_y x * P(X = x, Y = y)) / P(Y > x)

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

How do you find the variance of a conditional distribution?

A

Var(X | Y = y) = E[X² | Y = y] - (E[X | Y = y])²

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

In a joint distribution table, how do you compute P(X = x | Y = y)?

A

Divide the joint cell P(X = x, Y = y) by the marginal total for Y = y

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

What is a common mistake when working with conditional distributions?

A

Forgetting to normalize the conditional distribution — all probabilities must sum to 1.

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

What does it mean if P(X = x | Y = y) = P(X = x)?

A

X and Y are independent

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

How do you know if a conditional distribution is “still random”?

A

If the condition involves a range or inequality (e.g., Y ≥ 2), then X is still random — not fixed.

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

What’s the general form of the conditional PMF for P(X = x | event E)?

A

P(X = x | E) = P(X = x ∩ E) / P(E), where E is any event involving X and/or Y

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