Learn R Programming

segmenTier (version 0.1.2)

ash: asinh data transformation

Description

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.

Usage

ash(x)

Arguments

x

a numeric vector