Correlation and regression are statistical methods used to measure relationships between variables. Correlation determines how strongly two variables are related, yielding a correlation coefficient between -1 and 1. Positive correlation means variables increase together, while negative correlation means one variable decreases as the other increases. Regression finds the best-fit line for predicting a dependent variable from an independent variable. It determines whether knowing one variable provides information to predict another variable. The line of best fit minimizes the sum of squared errors between the observed data points and the fitted line.