powered by
Huber norm function providing a hybrid L1/L2 norm
huber(x, eps)
numeric vector.
epsilon value used in huber and related functions.
huber
huber.prime
# NOT RUN { x <- seq(-10, 10, length=100) plot(x, huber(x, eps=1)) # }
Run the code above in your browser using DataLab