ash: asinh data transformation

View source: R/segmenTools.R

ashR Documentation

asinh data transformation

Description

asinh trafo, 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

Usage

ash(x)

Arguments

x

data to be transformed

Value

log(x+sqrt(x^2+1))


raim/segmenTools documentation built on May 5, 2024, 11:30 a.m.