Description Usage Arguments Details Value Examples
View source: R/prox_nuclear_func.R
proximal function with respect to low-rank component
1 | prox_nuclear_func(w1, y, A, b, L, lambda, AtA, Atb)
|
w1 |
the previous proximal vector |
y |
alternative coefficient vector |
A |
design matrix in linear regression |
b |
target vector in linear regression |
L |
learning rate |
lambda |
tuning parameter for low-rank penalty, i.e. nuclear penalty |
AtA |
crossproduct of A |
Atb |
crossproduct of A and b |
This function is to find the proximal function for low rank component, and update the corresponding coefficient.
value of proximal function
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.