Scatterplots and Correlation

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:29 AM on 5/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

What ist he response and explanatory variable in a scatterplot?

X variable — explanatory = independent

Y variable — response = dependent

2
New cards

How do we interpret a scatterplot?

Characteristics

  1. Form — Overall pattern (linear, exponential, etc…) and outliers

  2. Direction — Positive or negative slope

  3. Strength — How close do the points conform to a line



3
New cards

What is Correlation

Correlation — The strength and direction of the linear relationship between two quantitative variables

  • — Correlation is a number that lies between -1 and 1

    • -1 is a negative linear relationship

    • 1 is a positive linear relationship

    • 0 is no correlation — Data that has a pattern but isn’t linear has a correlation of 0


Correlation is a non-resistant

— STRONGLY AFFECTED BY OUTLIERS


4
New cards

How do we solve for the slope of a LSRL?


<p></p>
5
New cards

How do we solve for the y-intercept of LSRL

knowt flashcard image
6
New cards

What is Extrapolation?

Extrapolation — The use of a regression line to make a prediction/inference outside of the interval of values examined.

7
New cards

What is the Coefficient of Determination?

The coefficient of determination describes the proportion of the response variable that is explained by the linear relationship


Coefficient of Determination is calculated by squaring the correlation

— R = r2

8
New cards

What are the residuals of a scatterplot?

The vertical distance between the observed value and the expected value


Residuals = observed - predicted


Interpretation of residuals: What does the prediction say?

Positive — Underestimation

Negative — Overestimation

9
New cards
<p>How do we interpret a Computer Output and Standard Deviation of Residuals?</p>

How do we interpret a Computer Output and Standard Deviation of Residuals?

knowt flashcard image
10
New cards

How do we transform a curve if it contains (0,0) and has a slight upward curve?

Take the natural log of both x and y
(x, y) → (ln x, ln y)

<p>Take the<strong> natural log</strong> of both x and y<br>(x, y) → (ln x, ln y)</p>
11
New cards

How do we transform a curve with a non-zero intercept and appears exponential?

Take the natural log of just y

(x, y) → (x, ln y)

<p>Take the natural log of <u>just</u> y</p><p>(x, y)  → (x, ln y)</p>
12
New cards

How do we transform a curve if it contains (0, 0) and appears logarithmic?

Take the square root of the x

(x, y) → (√x, y)

<p>Take the <strong>square root</strong> of the x</p><p>(x, y) → (√x, y)</p>
13
New cards
<p>How do we transform a curve with a <strong>non-zero</strong> intercept that appears <strong>logarithmic</strong>?</p>

How do we transform a curve with a non-zero intercept that appears logarithmic?

Take the natural log of the x value

(x, y) → (ln x , y)