Chapter 3 Curriculum

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

1/18

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

Names for y-variable

Response Variable, Output Variable, Dependent Variable

2
New cards

Names for x-variable

Predictor, Explanatory Variable, Input Variable, Independent Variable

3
New cards

What type of graph should be used for depicting the relationship between two quantitative, continuous variables?

Scatterplot

4
New cards

What must be captured in describing a scatterplot?

Direction, Form, Strength, Unusual Features

5
New cards

Correlation

Measure of linear dependence between two continuous quantitative variables.

6
New cards

What does correlation measure?

Strength and Direction for a linear relationship.

7
New cards

5 Properties for the linear correlation coefficient r

  1. r is between -1 and 1.

  2. r measures the strength of a linear relationship.

  3. r is very sensitive to outliers.

  4. r is unitless, so a different scale for a variable does not change r.

  5. r is not affected by the choice of x or y. x and y are interchangeable.

8
New cards

Regression

Statistical method of estimating the value of a variable from another variable or variables.

9
New cards

Regression Equation

Equation of best fit line for a scatterplot using regression

10
New cards

Simple Linear Regression

Regression when done with one independent variable and the regression equation is linear.

11
New cards

How many y values are there per x value on a scatterplot?

A distribution of values, so no specific number.

12
New cards

Least-Squares Regression

Method that estimates slope and y-intercept to yield the best fit line for a scatterplot.

13
New cards

What range of data is safe to use with a regression

Only the given range of x-values. The farther you go from this range, the less accurate the prediction will be.

14
New cards

Residual

The difference between the observed y value and the predicted y value.

15
New cards

Residual less than 0 means that

the predicted value is an overestimate

16
New cards

Residual greater than 0 means that

the predicted value is an underestimate.

17
New cards

How do you verify that a linear regression model is appropriate for a data set?

Check if

  1. The scatterplot suggests a positive or negative linear relationship

  2. The distribution of residuals is approximately normal with a mean of 0

  3. The residual plot contains no obvious pattern

18
New cards

Smaller residuals mean what about the model?

The model is a better fit.

19
New cards

r²

The amount of total variation explained by the regression line.