Description Usage Arguments Value
View source: R/MM.L1.solution.R
This function gets the solution that is a (partial) minimal (or/and) maximal l1 norm solution for some lambda.
1 2 3 4 5 6 7 | spec.l1.solution(
object,
lambda.seq,
min.indices = c(),
max.indices = c(),
tol = 1e-10
)
|
object |
ESPgenlasso object. |
lambda.seq |
lambda seq. |
min.indices |
beta coef indices that would expected to have the minimum l1 norm. |
max.indices |
beta coef indices that would expected to have the maximum l1 norm. |
tol |
tolerance. |
solutions for each lambda seq.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.