Description Usage Arguments Value Examples
Proximal Gradient Algorithm for Multi-variate Sparse Group Lasso.
1 | PgaMsgl_test(XX, YY, B0, model = c("L020v1", "L121"), Gm, mi = 1000, mg, mc, Beta, minlambda = 1e-5, rlambda = 0.98, mintau = 1e-5, rtau = 0.98, cutoff)
|
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 |
Beta |
The real (simulated) coefficient matrix. |
cutoff |
The cutoff of convergence. |
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 |
Error_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.