Multiple Linear Regression
Multiple Linear Regression
y=β 0 + β 1 x 1 +… ⋅+ βn x n +ϵ
Example:
Let's say we want to predict students' exam scores (Y) based on their hours of
study per week (β1X1) and the number of hours they spend on extracurricular
activities (β2X2).
Our multiple regression equation might look like this:
Exam Score=β0+β1(Hours of Study) +β2(Extracurricular Hours) + ε.