inv_boxcox: Inverse Boxcox transformation

Description Usage Arguments Value

View source: R/ts_preprocess.R

Description

Inverses the BoxCox transformation conducted in function boxcox. The funciton is a wrapper around the function forecast::InvBoxCox().

Usage

1
inv_boxcox(y, param, ...)

Arguments

y

time series

param

parameter list

...

not used

Value

backtransformed time series vector


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