Test 1 Flashcards

1
Q

If x is an eigenvector of A, does Ax point in the same direction as x?

A

True – Ax = λx means x is only scaled, not rotated.

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

If C is a covariance matrix, then C’ = C.

A

True – Covariance matrices are always symmetric.

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

If R is a correlation matrix, then R is always invertible.

A

False – If two variables are perfectly correlated, the determinant is 0, making R singular (non-invertible).

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

If I is the n × n identity matrix, its trace is n.

A

True – The trace is the sum of diagonal elements, all of which are 1.

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

A covariance matrix could possibly be diagonal.

A

True – If all variables are uncorrelated, the off-diagonal elements are 0, making it diagonal.

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

For any square matrices A and B, does AB = BA?

A

False – Matrix multiplication is generally not commutative.

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

If a T²-test is significant for multivariate data, at least one univariate t-test on the same data must be significant.

A

False – The combined effect across multiple variables can be significant even if individual tests are not.

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

If all univariate t-tests are significant, must the multivariate T²-test be significant?

A

False – If variables are highly correlated, T² may not be extreme.

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

Performing multiple univariate t-tests increases the likelihood of a Type I error compared to a single t-test.

A

True – The probability of at least one false positive increases as more tests are performed.

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

Distance between two points is always non-negative.

A

True – By definition, a distance cannot be negative.

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

Euclidean distance does not account for relationships between variables.

A

True – It treats all dimensions independently, unlike Mahalanobis distance, which considers covariance.

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

what do you interpret distances with the project distance formula?

A

0 < x < 1. 1 being the most dissimilar and 0 being the most similar

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