Skip to main content
DigiCalcs

How to Calculate Linear Regression

What is Linear Regression?

The slope and intercept of a linear regression line (ŷ = mx + b) describe the best-fit straight line through a scatter of data points, minimising the sum of squared vertical residuals (OLS).

Step-by-Step Guide

  1. 1m = Σ(xi−x̄)(yi−ȳ) / Σ(xi−x̄)²
  2. 2b = ȳ − m × x̄
  3. 3Slope m has units of y/x
  4. 4Use for prediction: plug x into equation to get ŷ

Worked Examples

Input
Height vs weight → slope = 0.65 kg/cm
Result
Each cm of height adds 0.65 kg to predicted weight
Slope interpretation depends on units

Ready to calculate? Try the free Linear Regression Calculator

Try it yourself →

Settings

PrivacyTermsAbout© 2026 DigiCalcs