Formulas/definitons Flashcards
1
Q
Rank
A
How many columns/ rows are linearly independent
2
Q
B
A
(X’X)^-1(X’Y)
3
Q
Y^
A
XB^
4
Q
E^
A
Y-y^
5
Q
Error var
A
E^’ E^ /(n-k)
6
Q
Var B
A
Error var (X’X)^-1
E(B^-B)(B^-B)’)
7
Q
fitted y y^
A
Py
P= X(X’X)-1X’
8
Q
e residual with m
A
M=I-P
e^=My
9
Q
RSS
A
e^’ e
10
Q
s^2
A
RSS/n-k
11
Q
R^2
A
1-RSS/TSS = 1- e^’e^/sum(y-y_)^2
=TSS-RSS/RSS
12
Q
adjusted R^2
A
1-RSS/(n-k) / TSS/(n-1)
13
Q
assumptions for multiple linear model
A
Linear model
errors have 0 mean E(e)=0
Homoskedasticity & no autocorrelation Var(e)= E(e’e)= var x I
no collinearity in x guarantees X is non singular
Normal errors
14
Q
type 1 error
A
rejecting H0 when its true
15
Q
type 2 error
A
accepting H0 when its false