Description Usage Arguments Value Examples
Proximal Mapping for Elastic Net
1  | ProximalElastic(z, lambda = 0, alpha = 1)
 | 
z | 
 input numeric object  | 
lambda | 
 regularization coefficient  | 
alpha | 
 elastic net mixing parameter between 0 (ridge) and 1 (lasso)  | 
values after proximal mapping
1  | ProximalElastic(c(-1, 0, 2, 3), 1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.