Test 1 Flashcards

(15 cards)

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 2-test is significant for multivariate data, at least one of the univariate t-tests on the same
data will be signficant at the same level.

A

False - it may be that none of the individual tests are significant, but the accumulated difference
across variables is.

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
13
Q

what are the steps for performing a standard t-test?

A
  1. find means
  2. find variances
  3. find the pooled variance
  4. calc t
  5. run hypothesis test
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what are the steps for performing anova?

A
  1. find means
  2. calc dof 1 and 2
    3.find ssb
  3. find ssw
  4. find F stat
  5. hypothesis test
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what are the steps for running the hotelling T^2 test?

A
  1. find means
  2. create cov matrix for each group
  3. find the pooled covariance matrix
  4. find T^2
  5. find F
  6. run hypothesis test
How well did you know this?
1
Not at all
2
3
4
5
Perfectly