The aim of this notebook is adjusting a multiple linear regression model to explain a variable
In order to clarify the elements and dimensions of the problem, if there are
- Explained variable:
$\underset{(nx1)}{y}$ - Variables used to explain
$y$ :$\underset{(nx(k+1))}{X}$ - Regression coefficients:
$\underset{((k+1)x1)}{\beta}$ - Regression error:
$\underset{(nx1)}{\epsilon}$
Different nonlinear optimization algorithms can be applied for this purpose.