This document discusses correlation and linear regression. It defines correlation as the analysis of the relationship between two quantitative variables. Pearson's r is used to calculate correlation and can range from -1 to 1, with values closer to those extremes indicating a stronger linear relationship. A positive r represents a positive correlation while a negative r represents an inverse relationship. The coefficient of determination (r-squared) provides the proportion of variance shared between variables. However, correlation does not imply causation. Linear regression finds the best fitting straight line through data points to predict the value of one variable based on the other.