MC: Simple Linear Regression(I) Flashcards

(22 cards)

1
Q

The X variable in the simple linear regression model is independent or dependent?

A

Independent

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

The Y variable in the simple linear regression model is independent or dependent?

A

Dependent variable

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

Describe the full model formula for simple linear regression.

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

What is the formula for residual related to simple linear regression?

A

Actual - Predicted

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

What is the formula for calculating the b-not, or intercept?

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

What is the formula for calculating b-one, or the slope in a simple linear regression?

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

What are the four assumptions of a linear regression model?

A
  1. There is a linear relationship between independent and dependent variables
  2. Variable of the residuals is constant, or homoskedasticity.
  3. (Y,X) pairs be independent of each other, or uncorrelated.
  4. Residuals are normally distributed.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Heteroskedasticity is a breach of ______.

A

Homoskedastiscity

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

In relation to linear regression, Auto correlation is a breach of ________.

A

Independence

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

Just visual breakdown of Analysis of Variance Formulas

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

The number of degrees of freedom for the regression portion of model is______.

A

of X variables

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

The number of degrees of freedom for the residual portion of model is______.

A

Total dof - Regression dof

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

The number of degrees of freedom for the total portion of model is______.

A

N-1

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

What is the formula to calculate F-Stat?

A

MSR / MSE

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

What is the formula for MSR?

A

SSR(regression) / df (regression)

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

What is the formula for MSE?

A

SSE(Residuals) / df (residuals)

17
Q

What does r squared or the coefficient of determination tell you?

A

Level of variation in Y explained by the multiple.

18
Q

What is the formula for coefficient of determination or r squared ?

19
Q

What is r squared also called?

A

Coefficient of determination

20
Q

Standard error of estimate abbreviation is _____.

21
Q

What is the formula for SEE?

22
Q

Is SEE the same as SSE?

A

No, SEE is square root of MSE.

SSE is sum of squared errors.