Week 1 Flashcards

1
Q

What is the new Multivariate Linear Regression formula?

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

What is A’?

A

It is the Transpose of vector A

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

When has a matrix full rank?

A

If AX = In, so then X = A-1

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

When is a square matrix idempotent?

A

If AA = A

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

When is a square matrix symmetric?

A

If A’ = A

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

When is a matrix orthogonal?

A

If A’A = In

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

When are two matrices orthogonal to each other?

A

If A’B = 0

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 diagnoal elements

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

What are the 3 important properties of a trace?

A
  1. tr(𝛼A) = 𝛼 tr(A)
  2. tr(A’) = tr(A)
  3. tr(B’C) = tr(CB’)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How is the rank determined?

A

Column rank: number of independent columns

Row rank: number of independent rows

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

What holds for an idempotent matrix?

A

r(A) = tr(A)

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

How to calculate the multivariate expectation?

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

What is the definition of the multivariate variance?

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

How to calculate the multivariate variance?

A

Var(X) = E[(x-E(x))(x- E(x))’]

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

How to calculate the multivariate covariance?

A

Cov(x, y) = E[(x - E(x))(y - E(y))’]

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

What are the rules for the covariance and variance with matrices in front of the variables?

A

Cov(Ax, By) = A Cov(x, y) B’

Var(x) = A Var(x) A’