QTA 4 - MULTIVARIATE RANDOM VARIABLES Flashcards
How can a probability matrix be used in relation to a probability mass function (PMF)?
A probability matrix relates realizations to probabilities and serves as a tabular representation of a PMF
It describes discrete distributions defined over a finite set of values.
What does the PMF of a bivariate random variable represent?
The PMF returns the probability that two random variables each take a certain value
It requires three axes: X1, X2, and the probability mass/density.
Define covariance.
Covariance is a measure of how two random variables move together.
What does the expectation of a function for a bivariate discrete random variable represent?
It is a probability weighted average of the function of the outcomes.
How is the marginal PMF of a bivariate random variable computed?
It is computed by summing the joint PMF across all values of the other variable.
What is a marginal distribution?
The distribution of a single component of a bivariate random variable.
What condition must be met for two random variables to be independent?
The joint PMF must equal the product of the marginal PMFs.
What is the relationship between covariance and correlation?
Covariance measures the direction of the relationship, while correlation measures the strength and direction of the relationship.
What is the formula for the PMF of a trinomial random variable?
fX1,X2 = (n! / (x1! x2! (n - x1 - x2)!)) * p1^x1 * p2^x2 * (1 - p1 - p2)^(n - x1 - x2)
What is the definition of a conditional distribution?
It summarizes the probability of outcomes for one random variable given that another takes a specific value.
Fill in the blank: The expectation of a function g(X1, X2) is defined as E[g(X1, X2)] = ___
ΣΣ g(x1, x2)fX1,X2
What does the CDF of a bivariate variable return?
It returns the total probability that each component is less than or equal to a given value.
True or False: The components of a bivariate random variable are independent if the joint PMF is equal to the sum of the marginal PMFs.
False
What is the significance of the i.i.d property in random variables?
It is helpful in computing the mean and variance of a sum of i.i.d random variables.
How is the variance of a weighted sum of two random variables computed?
It involves the variances and covariances of the random variables.
What are the two components of a bivariate random variable?
X1 and X2.
What is the relationship between the marginal PMF and the marginal CDF?
The marginal CDF is defined using the marginal PMF to measure the total probability less than a given value.
What does the first moment of X represent?
The mean E[X] = [μ1, μ2].
What is the definition of the conditional probability of two events?
P(A|B) = P(A ∩ B) / P(B).
True or False: Knowledge about the value of X2 must contain information about X1 for independence.
False
What is the formula for covariance between X1 and X2?
Cov[X1, X2] = E[(X1 - E[X1])(X2 - E[X2])] = E[X1X2] - E[X1]E[X2].
How is the conditional PMF computed for a bivariate random variable?
It is the joint probability divided by the marginal probability of the conditioning variable.
What is the definition of covariance?
Covariance is a measure of dispersion that captures how the variables move together.
How is the covariance between two variables (X_1) and (X_2) defined?
Cov[X1, X2] = E[(X1 - E[X1])(X2 - E[X2])] = E[X1X2] - E[X1]E[X2]