Description Usage Arguments Value Examples
A function to solve low rank plus sparse model estimation
1 2 3 4 5 6 7 8 9 |
data |
A numeric dataset with size of n by p |
lambda |
A positive numeric value, indicating the tuning parameter for sparse component |
mu |
A positive numeric value, indicating the tuning parameter for low rank component |
alpha_L |
The constraint coefficient of low rank component, default is 0.25 |
niter |
The maximum number of iterations required for FISTA |
backtracking |
A boolean argument, indicating that use backtracking in the FISTA |
x.true |
A p by p matrix, the true model parameter. Only available for simulation. |
A S3 object of class LSVAR
, including
estimated model parameter
Estimated sparse component
Estimated low-rank component
Values of objective function
Relative errors compared with the true model parameters if available
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.