Calcsite / Statistics / Simple Linear Regression Calculator
Statistics

Simple Linear Regression Calculator

Fit a line's slope through a fixed 3-point demo data set given your third point.

Simple Linear Regression

How this calculator works

Linear regression finds the best-fit straight line through a set of points by minimizing squared vertical distances.

Formula

slope = Σ((x−x̄)(y−ȳ)) ÷ Σ(x−x̄)²