Skip to main content
DigiCalcs

כיצד לחשב את Linear Regression

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

מוכן לחשב? נסה את מחשבון Linear Regression החינמי

נסה זאת בעצמך →

הגדרות