elasticnet-internal {elasticnet} | R Documentation |
Internal elasticnet functions
Description
Internal elasticnet functions
Usage
updateRR(xnew, R = NULL, xold, lambda, eps = .Machine$double.eps)
solvebeta(x, y, paras, max.steps, sparse=c("penalty","varnum"), eps = .Machine$double.eps)
rootmatrix(x)
soft(a,para)
convcheck(beta1,beta2)
Details
These are not to be called by the user.
Author(s)
Hui Zou and Trevor Hastie
[Package elasticnet version 1.3 Index]