invert_bc_transform: Invert a Box-Cox transformation. See car::bcPower for the...

View source: R/transform.R

invert_bc_transformR Documentation

Invert a Box-Cox transformation. See car::bcPower for the original transformation.

Description

Invert a Box-Cox transformation. See car::bcPower for the original transformation.

Usage

invert_bc_transform(b, lambda, gamma)

Arguments

b

a univariate numeric vector.

lambda

exponent for Box-Cox transformation

gamma

offset for Box-Cox transformation

Value

a transformed object of the same class as y


reichlab/simplets documentation built on Sept. 16, 2024, 10:24 p.m.