Description Usage Arguments Value Examples
This function define the gdp penalty. The
formula is gdp(x) =lambda*log(1+x/gamma)
.
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 gdp penalty
1 | ## Not run: gdp(0:9,gamma=1,lambda=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.