chpt 14 formulas Flashcards

1
Q

Simple linear regression

bi = Slope =

A

Sum(xi-xbar)(yi-ybar) / sum(xi-Xbar)^2

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

Intercept bo=

A

y bar - b1xbar

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

Estimate regression equation

A

y hat = bo+b1x

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

Coefficient of determination - SSE

A

(yi-ytrainalge hat)squared

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

Coefficient of Determination - SST

A

(yi-ybar) squared

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

Coefficient of Determination

- ssr (sum of squares due to regression)

A

SSR = SST- SSe

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

Coefficient of determination

A

r squared = SSR/SST

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

Correlation Coefficient

A

rxy = square root of r squared

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

Ho: BI=0

A
  1. Compute MSE
  2. Compute standard error
  3. compute estimate sd of bi
  4. test statistic
  5. calculate MSR
    def =
  6. Calculate F ratio
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

for HO: BI= 0 what is the formula for MSE

A

MSE = S squared = SSE/n-2

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

for HO: BI= 0 what is the formula for Standard error

A

s = square root of MSE

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

for HO: BI= 0 what is the formula for standard deviation of bi

A

sbi = s/sqaure root (sum (xi-xbar)squared

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

for HO: BI= 0 what is the formula for the test statistic

A

t = bi - Bi / sbi

Bi=0

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

for HO: BI= 0 what is the formula for Mean square regression?

A

MSR = SSR / 1

df =

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

for HO: BI= 0 what is the formula for F ratio

A

F = MSR/ MSE
Df numerator = df for MSR
df denominator = df for MSE

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

Anova table for simple linear regression - source of variation

A

Regression
Error
Total

17
Q

Confidence interval estimate standard deviation of y triangle hat *

A

Sytriangke hat * = s * square root (1/n + (x*-xbar)^2 / (xi-X bar)^2

18
Q

Formula for a confidence interval

A

Y trangke hat= bo+b1x

Y triangle hat= t a/2 sytrangke hat

19
Q

Prediction interval

Estimated sd of an indiviudal value of y when x =4

A

Spread = s* saiare root of

1+ 1/n+ (x*-xbar)^2 /(xi-x bar)^2

20
Q

Prediction interval

A

Y triangle hat * = ta/2 spread

21
Q

SSR (formula based) simple and multiple linear regression?

A

SSR = sum (y triangle hat i - Y bar)^2

22
Q

Multiple coefficient adjusted R2 for multiple regression

A

n = # of observations, p=# of I.V

R^2 a = 1 - (1-R^2) (n-1/n-p-1)

23
Q

Multiple regression MSE

A

MSE = SSE/ n-p-1

24
Q

Multiple regression MSR

A

MSR = SSR/p