GaussianizeLambertW: Performs Lambert Transformation on a vector

Description Usage Arguments Value

View source: R/TransformationPrerequisites.R

Description

Takes in a vector and transforms it using a Lmabert-W Transformation

Usage

1
GaussianizeLambertW(one.col, return_tau_mat = FALSE)

Arguments

one.col

Any numeric vector that needs to be transformed

return_tau_mat

A boolean value which returns the tau_mat vector when set to TRUE

Value

Returns the tau_mat vector for Lambert-W transformation when "return_tau_mat" is set to TRUE and a Lambert-W transformed vector otherwise.


akunuriYoshitha/BestTransform documentation built on Feb. 19, 2021, 3:23 a.m.