Description Usage Arguments Value Examples
View source: R/FunctionsALasso.R
Soft-thresholding of a scalar a at level lambda
1 | soft(a, lambda)
|
a |
scalar to be soft-thresholded |
lambda |
level of soft thresholding |
soft-thresholded value
1 2 3 | a = 2
lambda = 1
soft(a , lambda)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.