3 Flashcards

(34 cards)

1
Q

Linear regression model

A

uses an explanatory variable to predict the response variable

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

Explanatory variable

A

x

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

Response variable

A

y

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

Predicted response variable

A

y with hat on top

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

Predicted response variable equation

A

y^ = a + bx

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

Constant

A

a

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

Slope

A

b

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

Extrapolation

A

occurs when a linear model is used to predict a response value for explanatory variable that is beyond the interval of x-values to determine the regression line

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

Least-Squares Regression Line

A

Line of best fit
Sum of squared residuals as small as possible
Helps predict the other value

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

Slope (b)

A

the amount by which y is predicted to change when x increases by 1

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

There is one point all regressions pass through and that is

A

(x^-,y^-) mean

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

When L1 & L2 are filled out, how can you calculate LSRL equation

A

stat -> calc -> 8

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

Identify the slope of the regression line found in example and explain what it means in context

A

A (x context) increases by 1 unit, the predicted (y context) increases by (b)

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

Identify the y intercept of the regression line found in example and explain what it means in context

A

When the (x context) is 0, the predicted (y context) is (a) (y units)

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

Slope of regression line formula

A

b = r(Sy/Sx)

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

r^2

A

coefficient of determination. The proportion of variation in the response variable that is EXPLAINED by the explanatory variable

17
Q

What are the coefficients of the least squares regression model

A

y intercept (a) and estimated slope (b)

18
Q

y intercept formula

A

a = y^- - b^-

19
Q

Standard deviation of residuals

A

gives the typical error

20
Q

r^2 formula

A

r^2 = 1 - (E(y - y^)^2/E(y-y^-)^2

21
Q

r^2 is expressed as

A

a percentage and does not have units

22
Q

r^2 and S both tell us how well the linear model fits our data so

A

always make note of both when analyzing data

23
Q

The standard deviation of the residuals is measured in

A

the units of the response variable

24
Q

Interpret the coefficient of determination

A

(r^2)% of the variation in (y context) is explained by (x context).

25
Interpret the SD of the residuals
The typical error in (y context) based on (x context) is (S) (response units)
26
Constant
a = y int
27
Influential observation
A point that if removed will change relationship (r) dramatically
28
High leverage point
A point that has a substantially larger or smaller x value compared to the other ovservations
29
An influential point may have a small residual but
still have a great effect on the regression line
30
Most extreme x values will not necessarily have the largest residuals but
usually have the most impact on the regression line and correlation
31
Extreme values in the x or y direction usually affect the slope in a similar way but
x direction outliers tend to change the correlation more drastically
32
Residual
left over vertical variation in the response variable (y) from the LSRL Every observation will have a residual
33
Residual plot
Scatter plot of residuals plotted against explanatory variable. Used to determine if a linear model is appropriate for certain data sets
34
Residual formula
= y - y^