chpt 14 formulas Flashcards
Simple linear regression
bi = Slope =
Sum(xi-xbar)(yi-ybar) / sum(xi-Xbar)^2
Intercept bo=
y bar - b1xbar
Estimate regression equation
y hat = bo+b1x
Coefficient of determination - SSE
(yi-ytrainalge hat)squared
Coefficient of Determination - SST
(yi-ybar) squared
Coefficient of Determination
- ssr (sum of squares due to regression)
SSR = SST- SSe
Coefficient of determination
r squared = SSR/SST
Correlation Coefficient
rxy = square root of r squared
Ho: BI=0
- Compute MSE
- Compute standard error
- compute estimate sd of bi
- test statistic
- calculate MSR
def = - Calculate F ratio
for HO: BI= 0 what is the formula for MSE
MSE = S squared = SSE/n-2
for HO: BI= 0 what is the formula for Standard error
s = square root of MSE
for HO: BI= 0 what is the formula for standard deviation of bi
sbi = s/sqaure root (sum (xi-xbar)squared
for HO: BI= 0 what is the formula for the test statistic
t = bi - Bi / sbi
Bi=0
for HO: BI= 0 what is the formula for Mean square regression?
MSR = SSR / 1
df =
for HO: BI= 0 what is the formula for F ratio
F = MSR/ MSE
Df numerator = df for MSR
df denominator = df for MSE