AP statistics unit 2

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

describing scatter plots

direction (positive/negative), form (linear/curved), strength, unusual features

2
New cards

scatterplot on calculator

Stat -> Edit, then 2nd -> Statplot

3
New cards

r

correlation coefficient

4
New cards

r measures

the strength of correlation between two quantitative variables

5
New cards

conditions of r

quantitative, straight enough, no outlier

6
New cards

coeffiricent determination

7
New cards

r² measures

how much of the variation in the y-variable is explained by variation in the x-variable

8
New cards

lurking variable

a variable that could cause changes in x and y that’s not measured

9
New cards

residual

the vertical distance between the point and the line of best fit. Actual – Predicted

10
New cards

line of best fit on calculator

type x’s into L1, y’s into L2. Then, Stat-CALC-8:LinReg(a+bx). If the output says: 𝑦 = 𝑎 + 𝑏x; 𝑎 = 2.3; 𝑏 = 1.1, then the line of best fit is 𝑦 = 2.3 + 1.1x

11
New cards

lie of best fit slope =

r * (SD of y/SD of x)

12
New cards

lie of best fit y-intercept =

mean of y - (mean of x * slope)

13
New cards

regression to the mean

number of SD * r = actual prediction from mean

14
New cards

residual plot on calculator

fter data is entered in L1 and L2, do Stat -> CALC -> 8:LinReg(a + bx).
Then, 2 nd ->Statplot, select Scatterplot. Change the Y-List to RESID by highlighting it and clicking 2 nd -> STAT -> RESID. Then, ZOOM -> 9.

15
New cards

residual plot is random

plot is linear, otherwise probably curved

16
New cards

extrapolation

predicting data beyond domain

17
New cards

influential outlier

point changes r or line of best fit

18
New cards

high leverage

far horizontally

19
New cards

high residual

far vertically

20
New cards

re-expression if

scatter plot is not straight enough

21
New cards

re-expression on calculator

1) Sketch a scatterplot of data. (Straight line = good)
2) Do linear regression on it. Record r and r 2 (r close to 1 or -1 = good. r 2 close to 1 = good)
3) Sketch the residual plot. (Random scatter = good)
4) Take the square root of the y’s and store as a new list √ L2 STO L3
5) Now, redo steps 1-3, using L1 and L3
6) Continue transforming L2 using Log(y), stored in L4, 1/√𝑦, stored in L5, and 1/𝑦 ,
stored in L6, in that order, and keep repeating steps 1-3. If those all fail, try Log(x)
and y, or Log(x) and Log(y)
o On calc: Log L2 STO L4
o On calc: 1/ √ L2 STO L5
o On calc: 1/L2 STO L6
7) Choose which one works best by checking the scatterplot, r,r², and the residual plot
8) Make predictions with your old x's and new y's

22
New cards

graph oscillates

can’t re-express if

<p>can’t re-express if</p>