Basic Multivariate Flashcards

(64 cards)

1
Q

What is a population vector?

A

A population vector is a mathematical representation of a population’s characteristics, often used in statistical analysis.

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

True or False: The population mean vector is the average of all elements in a population.

A

True

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

Fill in the blank: The variance matrix is a square matrix that contains the _____ of each variable along its diagonal.

A

variance

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

What does the covariance matrix represent?

A

The covariance matrix represents the covariance between pairs of variables in a dataset.

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

Multiple Choice: Which of the following matrices shows the strength and direction of a linear relationship between variables? A) Variance matrix B) Covariance matrix C) Correlation matrix D) Population mean vector

A

C) Correlation matrix

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

What is multivariate skewness?

A

Multivariate skewness is a measure of the asymmetry of the probability distribution of a multivariate dataset.

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

True or False: Multivariate kurtosis measures the ‘tailedness’ of a multivariate distribution.

A

True

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

Fill in the blank: The formula for multivariate skewness involves the _____ matrix.

A

covariance

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

What is the purpose of the sample correlation matrix?

A

The sample correlation matrix quantifies the linear relationship between multiple variables in a dataset.

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

Multiple Choice: Which of the following is a common formula for calculating sample correlation?

A

Pearson correlation coefficient

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

What are the primary components used in the calculation of kurtosis?

A

The fourth central moment and the variance of the dataset.

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

True or False: A multivariate normal distribution has a skewness of zero.

A

True

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

What does a high value of multivariate kurtosis indicate?

A

It indicates a distribution with heavy tails or outliers.

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

Fill in the blank: The sample correlation matrix is derived from the _____ of the variables.

A

covariance

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

Short Answer: How do you interpret a sample correlation coefficient of 0.8?

A

It indicates a strong positive linear relationship between the two variables.

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

What is a multivariate normal distribution?

A

A multivariate normal distribution is a generalization of the one-dimensional normal distribution to higher dimensions, characterized by a mean vector and a covariance matrix.

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

True or False: The linear combination of independent normal variables is also normally distributed.

A

True

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

Fill in the blank: The mean of a linear combination of random variables is equal to the __________ of the means of the individual variables.

A

linear combination

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

What does the covariance matrix represent in a multivariate normal distribution?

A

The covariance matrix represents the variances and covariances between the different dimensions of the multivariate distribution.

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

If Y is a multivariate normal random vector, what is the distribution of AY + b for any matrix A and vector b?

A

AY + b is also multivariate normal.

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

What is the effect of a linear transformation on the mean of a multivariate normal distribution?

A

The mean of the transformed distribution is given by the linear transformation applied to the original mean.

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

True or False: The sum of two independent multivariate normal variables is multivariate normal.

A

True

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

What is the relationship between the variances of a linear combination of independent variables?

A

The variance of the linear combination is the sum of the variances of the individual variables, weighted by the square of their coefficients.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Define the term 'linear combination' in the context of random variables.
A linear combination of random variables is an expression formed by multiplying each variable by a constant and adding the results together.
26
What is the formula for the variance of a linear combination of two random variables X and Y, given weights a and b?
Var(aX + bY) = a^2Var(X) + b^2Var(Y) + 2abCov(X, Y)
27
Fill in the blank: The joint distribution of a multivariate normal vector is completely described by its __________ and __________.
mean vector, covariance matrix
28
What is the characteristic function of a multivariate normal distribution?
The characteristic function of a multivariate normal distribution is given by exp(iμ^T t - 0.5 t^T Σ t), where μ is the mean vector and Σ is the covariance matrix.
29
True or False: The marginal distribution of any subset of a multivariate normal distribution is also normal.
True
30
What happens to the shape of the distribution when the covariance matrix is singular?
The distribution becomes degenerate, meaning it does not cover the full space and collapses onto a lower-dimensional subspace.
31
What is the significance of the determinant of the covariance matrix in a multivariate normal distribution?
The determinant of the covariance matrix indicates the volume of the distribution in the multivariate space; a zero determinant means no variation in one or more dimensions.
32
How does one compute the moment-generating function of a multivariate normal distribution?
The moment-generating function is computed using the formula M(t) = exp(μ^T t + 0.5 t^T Σ t), where μ is the mean vector and Σ is the covariance matrix.
33
What is the role of the correlation coefficient in a multivariate normal distribution?
The correlation coefficient quantifies the degree of linear relationship between two variables in the distribution.
34
Fill in the blank: The property of __________ states that any linear combination of independent normal random variables is normally distributed.
closure
35
What does it mean for two random variables to be uncorrelated in a multivariate normal distribution?
Uncorrelated random variables have a covariance of zero, indicating that knowing the value of one does not provide information about the other.
36
What is the implication of a multivariate normal distribution having a diagonal covariance matrix?
A diagonal covariance matrix implies that the variables are uncorrelated.
37
True or False: The linear combination of dependent normal variables is not normally distributed.
False
38
What does the term 'independence' imply in the context of multivariate normal distributions?
Independence implies that the joint distribution can be expressed as the product of the marginal distributions.
39
What is the geometric interpretation of the contours of a bivariate normal distribution?
The contours of a bivariate normal distribution are ellipses centered around the mean, with axes determined by the variances and covariances.
40
Fill in the blank: The __________ of a multivariate normal distribution is always symmetric and positive semi-definite.
covariance matrix
41
What is a multivariate normal distribution?
A multivariate normal distribution is a generalization of the one-dimensional normal distribution to higher dimensions, characterized by a mean vector and a covariance matrix.
42
True or False: The linear combination of independent normal variables is also normally distributed.
True
43
Fill in the blank: The mean of a linear combination of random variables is equal to the __________ of the means of the individual variables.
linear combination
44
What does the covariance matrix represent in a multivariate normal distribution?
The covariance matrix represents the variances and covariances between the different dimensions of the multivariate distribution.
45
If Y is a multivariate normal random vector, what is the distribution of AY + b for any matrix A and vector b?
AY + b is also multivariate normal.
46
What is the effect of a linear transformation on the mean of a multivariate normal distribution?
The mean of the transformed distribution is given by the linear transformation applied to the original mean.
47
True or False: The sum of two independent multivariate normal variables is multivariate normal.
True
48
What is the relationship between the variances of a linear combination of independent variables?
The variance of the linear combination is the sum of the variances of the individual variables, weighted by the square of their coefficients.
49
Define the term 'linear combination' in the context of random variables.
A linear combination of random variables is an expression formed by multiplying each variable by a constant and adding the results together.
50
What is the formula for the variance of a linear combination of two random variables X and Y, given weights a and b?
Var(aX + bY) = a^2Var(X) + b^2Var(Y) + 2abCov(X, Y)
51
Fill in the blank: The joint distribution of a multivariate normal vector is completely described by its __________ and __________.
mean vector, covariance matrix
52
What is the characteristic function of a multivariate normal distribution?
The characteristic function of a multivariate normal distribution is given by exp(iμ^T t - 0.5 t^T Σ t), where μ is the mean vector and Σ is the covariance matrix.
53
True or False: The marginal distribution of any subset of a multivariate normal distribution is also normal.
True
54
What happens to the shape of the distribution when the covariance matrix is singular?
The distribution becomes degenerate, meaning it does not cover the full space and collapses onto a lower-dimensional subspace.
55
What is the significance of the determinant of the covariance matrix in a multivariate normal distribution?
The determinant of the covariance matrix indicates the volume of the distribution in the multivariate space; a zero determinant means no variation in one or more dimensions.
56
How does one compute the moment-generating function of a multivariate normal distribution?
The moment-generating function is computed using the formula M(t) = exp(μ^T t + 0.5 t^T Σ t), where μ is the mean vector and Σ is the covariance matrix.
57
What is the role of the correlation coefficient in a multivariate normal distribution?
The correlation coefficient quantifies the degree of linear relationship between two variables in the distribution.
58
Fill in the blank: The property of __________ states that any linear combination of independent normal random variables is normally distributed.
closure
59
What does it mean for two random variables to be uncorrelated in a multivariate normal distribution?
Uncorrelated random variables have a covariance of zero, indicating that knowing the value of one does not provide information about the other.
60
What is the implication of a multivariate normal distribution having a diagonal covariance matrix?
A diagonal covariance matrix implies that the variables are uncorrelated.
61
True or False: The linear combination of dependent normal variables is not normally distributed.
False
62
What does the term 'independence' imply in the context of multivariate normal distributions?
Independence implies that the joint distribution can be expressed as the product of the marginal distributions.
63
What is the geometric interpretation of the contours of a bivariate normal distribution?
The contours of a bivariate normal distribution are ellipses centered around the mean, with axes determined by the variances and covariances.
64
Fill in the blank: The __________ of a multivariate normal distribution is always symmetric and positive semi-definite.
covariance matrix