Description Usage Arguments Value Examples
View source: R/genlasso_path_ftn.R
This function solves the genlasso problem for all lambda. So, we can get the solution path object which contains dual solution u, break point lambda, primal solution beta and so on.
1 2 3 4 5 6 7 8 9 | ESPgenlasso(
y,
X,
D,
genlasso.option = F,
thres.lambda = 0.1,
iter = 1e+05,
tol = 1e-12
)
|
y |
a numeric response vector. |
X |
a matrix of predictor variables. |
D |
a penalty matrix. |
genlasso.option |
whether to use the genlasso package. |
thres.lambda |
minimum threshold lambda. |
iter |
maximum threshold iteration number. |
tol |
tolerance. |
solution path object.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.