boxcox: BoxCox transformation

Description Usage Arguments Value

View source: R/ts_preprocess.R

Description

BoxCox transformation wrapper around the function forecast::BoxCox().

Usage

1
boxcox(y, ...)

Arguments

y

time series vector

...

not used

Value

list with two members; res is the transformed time series and param the used parameters for the transformation.


yvesmauron/univariate-time-series-forecasting documentation built on March 2, 2020, 12:20 a.m.