ash {segmenTier} | R Documentation |
asinh
data transformationThe 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)
x |
a numeric vector |