Skip to main content

learn.howToCalculate

learn.whatIsHeading

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).

Водич корак по корак

  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

Инпут
Height vs weight → slope = 0.65 kg/cm
Резултат
Each cm of height adds 0.65 kg to predicted weight
Slope interpretation depends on units

Подешавања