Chapter 10 - Simple Linear Regression Flashcards

1
Q

State the simple linear regression model

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

State the formula for residuals in Simple Linear Regression

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

State the formula for sum squares of Y

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

State the formula for the sum squares of X

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

State the formula for the sum of squares X & Y

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

State the formula’s to determine the Simple Linear Regresion line

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

What is the sum squares of the residuals?

A

All the variation not explained by the model

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

What is the sum square of reggresion?

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

What is the total of sum of squarse? In simple linear regression

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

What is SS-total equal to when there is no correlation in simple linear regresion analysis?

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

How is an ANOVA table laid out for linear regression?

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

State the distrubution of b1 in simple linear regression

A

s = sqr(SS-res/(n-2))

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

What is the correlation coefficient?

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

What is the r^2 ?

A

Square of the correlation coefficient, also equal to (SS-reg/SS-total)

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

What are the assumptions of simple linear regression?

A
  1. Linear model is appropriate
  2. Error terms are normally distributed
  3. error terms have constant variance
  4. error terms are uncorrelated
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

When r^2 = 0, what is SS-total equal to?

A

r = 0, b1 = 0, SS-reg = 0, SS-total = SS-res

17
Q

In simple linear regression, when are points considered outliers?

A

When they have a normal residual > 2 in magnitude

18
Q

In simple linear regression, how can we check that the linear model is appropriate?

A

1) scatterplot of xi & yi should show points rougly around a line
2) scatter plot of standardised residuals against fitted values should not have a pattern
3) scatter plot of standardised residuals against xi should not have a pattern

19
Q

In simple linear regression, how can we check that errors are normally distributed?

A

a) Histogram of residuals should look normal
b) Normal probability plot should have a straight line

If the data is right skewed, fix by sqr(), cubert() or log() to the y value (in increasing severity)

If the data is left skewed, fix by sqr(), cube(), exp() to the y value (in increasing severity)

20
Q

In simple linear regression, how can we check that errors have constant variance?

A

A scatterplot of standardised residuals against xi and fitted values should show constant spread.

21
Q

In simple linear regression do we check if the errors are correlated?

A

Not in this course we don’t