Description Usage Arguments Value Examples
Proximal Gradient Algorithm for Multi-variate Sparse Group Lasso.
1 |
XX |
Matrix |
YY |
Matrix |
B0 |
Initial matrix of the coefficient matrix |
model |
The model for Sparse Group Lasso, |
Gm |
Matrix of the group structure of coefficient matrix |
mi |
Maximum number of iterations allowed, default value is 1000. |
mg |
An interger indicates maximum number of groups in matrix |
mc |
An interger indicates maximum number of single coefficients in matrix |
minlambda |
Minimum value of lambda. Only used when |
rlambda |
Rate of lambda decrease. Only used when |
mintau |
Minimum value of tau. Only used when |
rtau |
Rate of tau decrease. Only used when |
Beta |
The estimated coefficient matrix |
Rss |
A vector with length |
Tau |
A vector with length |
Lambda |
A vector with length |
iteration.time |
An interger, which is the times of iterations in practice. |
Rss_relative |
A vector with length |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.