Description Usage Arguments Value Examples
This function define the Lq penalty. The
formula is Lq(x) =lambda*x^q
.
Details can be found in https://arxiv.org/abs/1807.04982
1 |
x |
a non-negative numeric value |
gamma |
hyper-tuning parameter |
lambda |
tuning parameter |
the value of the Lq penalty
1 | ## Not run: lq(0:9,gamma=0.5,lambda=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.