Description Usage Arguments Value
View source: R/TransformationPrerequisites.R
Takes in a vector and transforms it using a Box-cox Power Trasformation
1 | boxcoxtransForecast(one.col, returnLambda = FALSE)
|
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 |
Returns the optimal lambda value for Box-cox transformation when "returnLambda" is set to TRUE and a Box-cox transformed vector otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.