Concept

Multiple Linear Regression

Multiple Linear Regression is a linear regression that uses two or more independent variables to predict the outcome of a response variable. It is more effective and practical to predict or estimate dependent variables by the optimal combination of multiple independent variables than only one independent variable. y_i = beta_0 + beta_1 x_{i1} + beta_2 x_{i2} + ... + beta_p x_{ip} + epsilon

0

9

Updated 2021-07-19

Tags

Data Science