Regression Calculator
Simple Linear Regression
Formula
m = [nΣxy - (Σx)(Σy)] / [nΣx² - (Σx)²], b = (Σy - mΣx) / n
Frequently Asked Questions
What is simple linear regression?
Simple linear regression finds the straight line (y = mx + b) that best fits a set of data points by minimizing the sum of squared residuals. The slope m shows how much y changes per unit change in x, and b is the y-intercept.
You may also need
+
Correlation Calculator
Free Pearson correlation coefficient calculator. Calculate the linear correlation between two data sets.
Math+
Covariance Calculator
Free covariance calculator. Calculate the covariance between two data sets to measure how they vary together.
Math+
Interpolation Calculator
Free linear interpolation calculator. Find an intermediate value between two known data points using linear interpolation.
Math