lq: Lq penalty function

Description Usage Arguments Value Examples

Description

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

Usage

1
lq(x, gamma, lambda)

Arguments

x

a non-negative numeric value

gamma

hyper-tuning parameter

lambda

tuning parameter

Value

the value of the Lq penalty

Examples

1
## Not run: lq(0:9,gamma=0.5,lambda=5)

YipengUva/RpESCA documentation built on July 2, 2019, 6:41 p.m.