denorm_boxcox {TSrepr} | R Documentation |
Two-parameter Box-Cox denormalisation
Description
The denorm_boxcox
denormalises time series by two-parameter Box-Cox method.
Usage
denorm_boxcox(x, lambda = 0.1, gamma = 0)
Arguments
x |
the numeric vector (time series) to be denormalised |
lambda |
the numeric value - power transformation parameter (default is 0.1) |
gamma |
the non-negative numeric value - parameter for holding the time series positive (offset) (default is 0) |
Value
the numeric vector of denormalised values
Author(s)
Peter Laurinec, <tsreprpackage@gmail.com>
See Also
denorm_z, denorm_min_max, denorm_atan
Examples
denorm_boxcox(runif(50))
[Package TSrepr version 1.1.0 Index]