boxcox.transformation: Apply two-parameter Box-Cox transformation

View source: R/transformations.R

boxcox.transformationR Documentation

Apply two-parameter Box-Cox transformation

Description

Apply two-parameter Box-Cox transformation

Usage

boxcox.transformation(y, lambda, alpha = 0)

Arguments

y

Numeric vector

lambda

Power parameter in power transform

alpha

Shift paramater in 2-parameter power transform. Defaults to 0 which implies a 1-parameter Box-Cox transform.

Value

Power-transformed data


BIGL documentation built on July 9, 2023, 7:15 p.m.