This document discusses correlation and linear regression. It defines correlation as the association between two variables, which can be positive, negative, or non-existent. Linear correlation exists when plotted points approximate a straight line. The correlation coefficient r measures the strength of a linear relationship between -1 and 1. Linear regression finds the linear relationship that best fits the data using a regression equation to predict y values from x. Multiple linear regression extends this to use multiple explanatory variables.