Simple Linear Regression (2) Flashcards

(18 cards)

1
Q

What is the simple linear regression model and what does each variable stand for?

A

y=β0+β1x1+u
y- dependant variable
x1 - independent variable
u - unobserved regression error

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

What is the assumption of the simple linear regression model?

A

E[u|x1] = E[u]
conditional mean independence thus:
E[u|x1] does not
depend on the value of x1
E[u] = 0

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

What is the conditional mean function or the population regression function?

A

E[y|x1] = β0 + β1x1

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

What does the population regression function tell us?

A

a one-unit increase in x1 changes the expected value of y by β1

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

What are the fitted values?

A

The estimated coefficients

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

What are residuals?

A

The difference between the observed value and fitted values
u^i = yi − y^i ,

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

What do residuals measure?

A

how far off the models prediction is

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

How does the OLS work?

A

Minimises the sum of squared residuals (SSR)

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

What are the equations to calculate B^0 and B^1 ?

A

check ppt 1

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

What is E[β^0] and E[β^1]

A

E[β^0]=B0
E[β^1]=B1

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

What is the assumption “linear in parameters”?

A

A model is linear in parameters if it can be written as:
y = β0 + β1x1 + u

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

What is the assumption “random sampling”?

A

he data {(yi , xi1)}n i=1 consists of a random sample of size n from the population model.

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

What is the assumption “sample variation in x1”?

A

The sample outcomes of x1, given by {xi1}n
i=1 are not all the same

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

What is the assumption “Zero conditional mean”?

A

The error u and regressor x1 satisfy E[u|x1] = 0.
this implies that Cov(ui, xi1) = 0

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

What is the assumption of “Homoskedasticity”?

A

No matter the value of x1 the spread (variance) of the errors remains the same.
Var(u|x1) = σ2

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

What is it called if the conditional variance Var(u|x1) depends on x1?

A

heteroskedasticity

17
Q

What is conditional variance?

A

The conditional variance of a random variable Y given another variable X is the variance of Y when you know the value of X

18
Q

What are the SLR assumptions 1-5?

A

1 -Linear in parameters
2- Random sampling
3- Sample variation in x1
4- Zero conditional mean
5- Homoskedasticity