Linear Regression Calculator

intermediate

Calculate linear regression line (y = mx + b) from data points.

Formula

m = Σ(x-x̄)(y-ȳ) / Σ(x-x̄)²