boxCox: boxCox/yeoJohnson and inverse boxCox/yeoJohnson functions

View source: R/utils.R

boxCoxR Documentation

boxCox/yeoJohnson and inverse boxCox/yeoJohnson functions

Description

boxCox/yeoJohnson and inverse boxCox/yeoJohnson functions

Usage

boxCox(x, lambda = 1)

boxCoxInv(x, lambda = 1)

yeoJohnson(x, lambda = 1)

yeoJohnsonInv(x, lambda = 1)

Arguments

x

input value(s) to transform

lambda

lambda value for the transformation

Value

values from boxCox and boxCoxInv

Examples


boxCox(10, 0.5)

boxCoxInv(4.32, 0.5)

yeoJohnson(10, 0.5)

yeoJohnsonInv(4.32, 0.5)


nlmixr2/rxode2 documentation built on Jan. 11, 2025, 8:48 a.m.