powered by
The norm_boxcox normalises time series by two-parameter Box-Cox normalisation.
norm_boxcox
norm_boxcox(x, lambda = 0.1, gamma = 0)
the numeric vector (time series)
the numeric value - power transformation parameter (default is 0.1)
the non-negative numeric value - parameter for holding the time series positive (offset) (default is 0)
the numeric vector of normalised values
norm_z, norm_min_max, norm_atan
# NOT RUN { norm_boxcox(runif(50)) # }
Run the code above in your browser using DataLab