Chapter 1 & 2 Flashcards

1
Q

What is a diagonal matrix?

A

A square (n=p) matrix which has zero-elements on the off-diagonal.

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

How do we denote the identity matrix for p = columns?

A

I_p.

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

What are the unit and the null matrices?

A

Matrices which contains only ones; and contains zeros for all elements, respectively.

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

What is the rank of a null matrix?

A

Zero.

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

How do we know when to look at rows or columns to examine rank of matrix?

A

Choose rows if rows are fewer than columns; columns if columns are fewer than rows. If rows = columns, the matrix has full rank either when its rows or its columns are linearly independent.

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

Which two assumptions need to be fulfilled for a matrix to be invertible?

A

1) Square and 2) needs to be invertible (non-singular = determinant = non-zero).

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

For a 3x3 matrix, we need XXX individual determinants to calculate the determinant of the full matrix?

A

Three.

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

What is the trace of a matrix?

A

The sum of its diagonal elements.

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

What happens when we take the transpose of a matrix multiplication (AB)’?

A

We need to shift A and B when “multiplying in” the transpose –> B’ A’.

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

What is the transpose of the transpose of a matrix A (A’)’?

A

A itself.

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

What is the benefit of standardizing variables?

A

That each variable will contribute equally to the variation and hence will be more fairly comparable, regardless of their respective scale.

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

How do the covariance and correlation matrices relate to unstandardized and standardized variables?

A

The correlation is just the standardized covariance. Hence, the covariance matrix of a standardized variable will equal the correlation matrix.

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

What are the dimensions of the sample variance-covariance matrix?

A

p x p, where p are the number of variables.

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

How many variances and covariances respectively does a variance-covariance matrix include?

A

p variances and 1/2 p (p-1) covariances.

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

What is the generalized sample variance?

A

The determinant of S, |S|.

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

How to calculate the determinant of a 2x2 matrix?

A

Take (ad - bc),

for a matrix
A = [a b]
[c d]