powered by
asinh
The asinh transformation, (ash(x) = log(x + sqrt(x^2+1))), is an alternative to log transformation that has less (compressing) effects on the extreme values (low and high values), and naturally handles negative numbers and 0. Also see log_1.
ash(x) = log(x + sqrt(x^2+1))
log_1
ash(x)
a numeric vector