This document discusses correlation and linear regression. It defines correlation as a measure of the linear association between two variables. The strength of the correlation is quantified on a scale from 0 to 1, where 0 is no linear association and higher values indicate stronger positive linear association. Regression analysis uses one variable to predict the value of another variable. Simple linear regression fits a straight line to the data to model the relationship between an independent variable and dependent variable. The coefficient of determination, R-squared, indicates how well the regression line approximates the real data values.