arcsinh_transform: apply arcsinh transform

Description Usage Arguments Details Value

View source: R/shared_functions.r

Description

arcsinh is similar to log, but handles zeros and negatives

Usage

1
arcsinh_transform(in_data, a = 1, b = 1, c = 0)

Arguments

in_data

the data to transform

a

first parameter (default = 1)

b

second parameter (default = 1)

c

third parameter (default = 0)

Details

asinh(a + b * x) + c

Value

matrix


rmflight/error_transformation documentation built on May 27, 2019, 9:31 a.m.