Description Usage Arguments Value Examples
This function computes the vector of parameters in a linear regression model via the Steepest Descend Method.
1 |
beta |
vector of initial parameters |
X |
Covariates Matrix: each column contains observations for each covariate. |
y |
Response variable observations |
tol |
Tolerance level for the optimization process, the default is 0.001. |
maxit |
Maximum iterations number |
A list containing the fitted values for the beta vector and the number of iterations performed
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.