boxcoxtransForecast: Performs Box-cox Transformation on a vector

Description Usage Arguments Value

View source: R/TransformationPrerequisites.R

Description

Takes in a vector and transforms it using a Box-cox Power Trasformation

Usage

1
boxcoxtransForecast(one.col, returnLambda = FALSE)

Arguments

one.col

Any numeric vector that needs to be transformed

returnLambda

A boolean value which returns the optimal lambda value for a vector when se to TRUE

Value

Returns the optimal lambda value for Box-cox transformation when "returnLambda" is set to TRUE and a Box-cox transformed vector otherwise.


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