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