Regression analysis is a statistical technique used to describe relationships between variables. Simple linear regression examines the relationship between a dependent variable (Y) and a single independent variable (X). The goal is to find the best fit line that expresses this relationship. Multiple regression extends this to predict Y from multiple independent variables. Key outputs include the regression line, R-squared value (the proportion of variance in Y explained by X), and measures of explained and unexplained variance such as the sum of squares.