powered by
Approximation to the tilted absolute value function.
tilted.approx(x, tau, eps)
numeric vector.
desired tau-quantile.
epsilon value used in the approximation.
tilted.abs, tilted.approx.prime, huber
tilted.abs
tilted.approx.prime
huber
# NOT RUN { x <- seq(-2, 2, length=200) plot(x, tilted.approx(x, tau=0.75, eps=1)) # }
Run the code above in your browser using DataLab