Past paper quick fire questions (answer with what method or formula to use ) Flashcards

(12 cards)

1
Q

Q: How to show that P(E∩F∩G) = P(E)P(F)P(G) and determine if E, F, and G are independent?

A

A: Use the multiplication rule for probabilities and check if P(E∩F∩G) = P(E)P(F)P(G). E, F, and G are independent if their pairwise probabilities factorize.

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

Q: How to compute the expectation and variance for a discrete random variable X with given probabilities?

A

A: Use the formulas: E(X) = Σ [x * P(x)] and Var(X) = Σ [ (x - E(X))^2 * P(x) ]. Also, compute E(2X+3) and Var(2X+3) using linear transformations.

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

Q: How to compute conditional probability?

A

A: Use the formula P(A|B) = P(A ∩ B) / P(B). For example, compute P(X = 1 | X ∈ A) by finding the joint and marginal probabilities.

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

Q: How to compute the joint distribution for random variables X and Y?

A

A: Use the provided joint probabilities in the table. Compute the marginals and verify any calculations using the known properties of joint distributions.

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

Q: How to calculate the probability of an event using joint distributions?

A

A: Sum the appropriate joint probabilities for the event of interest. For example, P(X ∈ A) = Σ P(X, Y) for all values of Y in A.

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

Q: How to verify independence of random variables X1 and X2?

A

A: Check if the joint probability equals the product of the marginal probabilities: P(X1, X2) = P(X1) * P(X2). If true, they are independent.

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

Q: How to find the conditional distribution of X given Y?

A

A: Use the formula P(X|Y) = P(X,Y) / P(Y). Verify the result by checking that the sum of the conditional probabilities equals 1.

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

Q: How to compute the marginal probability for a discrete random variable?

A

A: Sum the joint probabilities over the range of the other random variable: P(X) = Σ P(X, Y).

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

Q: How to check if two random variables are uncorrelated?

A

A: Compute the covariance: Cov(X, Y) = E[XY] - E[X]E[Y]. If Cov(X, Y) = 0, then the random variables are uncorrelated.

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

Q: How to compute the expectation for a random variable given a conditional distribution?

A

A: Use the formula E(X|Y) = Σ [x * P(X|Y)] and compute the expected value based on the conditional distribution given Y.

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

Q: How to compute the joint pmf and marginal pmf?

A

Joint pmf = P(X,Y) = P(X|Y)P(Y)
Marginal pmf = Sum of joint pmf over all possible values of Y :
P(X) = Sum (values of Y) of P(X,Y)

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

Q: How to calculate the mean and variance of Y = max(X1, X2)?

A

A: Use the cumulative distribution function (CDF) of the maximum to determine its distribution, then calculate E[Y] and Var[Y].

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