Linear Model
A Linear Model represents the relationship between dependent variables and independent variables, expressed as:
\begin{equation} Y = \beta_0 + \beta_1 X_1 + \beta_2 X_2 + \ldots + \beta_n X_n + \epsilon \end{equation}
Where:
- is the Dependent Variable.
- is the intercept.
- *$\beta_1, \beta_2, \ldots, \beta_n$ are the coefficients.
- are the independent variables.
- is the error term.
Linear Regression, Lasso and Variable Subset Selection are examples of coefficient estimation techniques.
Aliases: