Description Usage Arguments Value Examples
a first-order solution for the GLM maximum likelihood problem using only gradient information without the Hessian matrix
1 2 3 4 5 6 7 8 9 |
X |
The predictors of the glm |
y |
The response variable of the glm |
family |
The link function |
niter |
The number of iterations |
lambda |
The learning rate |
update |
Either a constant step size or an adaptive step size |
gamma |
The momentum step size |
The estimated coefficients for the glm
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.