FullCalculator

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