How can we measure and use the relationship between two numerical variables?
Construct and interpret scatterplots, calculate the correlation coefficient and least-squares regression line, and use the line to make predictions.
How to read scatterplots, measure linear association with Pearson's r and the coefficient of determination, fit the least-squares line, and predict while judging interpolation versus extrapolation.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
You must identify the explanatory and response variables, describe the scatterplot, find and interpret and , write the least-squares equation, and make and judge predictions.
Describing a scatterplot
Plot the explanatory variable on the horizontal axis and the response variable on the vertical axis. Then describe:
- Form: linear or non-linear.
- Direction: positive (rises) or negative (falls).
- Strength: how closely points cluster about a line.
- Outliers: any points well away from the pattern.
Correlation coefficient
Pearson's correlation coefficient measures the strength and direction of a linear association. It satisfies : is a perfect positive line, a perfect negative line, and no linear association.
Least-squares regression line
The least-squares line minimises the sum of the squared vertical distances from the points to the line. Write it as , where is the slope and is the -intercept.
The slope is the predicted change in for each one-unit increase in . The intercept is the predicted when (meaningful only if is sensible in context).
Interpolation and extrapolation
Interpolation predicts within the range of the data and is usually reliable. Extrapolation predicts outside the range and is risky, because the linear pattern may not continue.
Correlation is not causation
A strong shows the variables move together; it does not prove that one causes the other. A lurking third variable, or coincidence, can produce correlation without any causal link.