powered by
The denorm_yj denormalises time series by Yeo-Johnson method
denorm_yj
denorm_yj(x, lambda = 0.1)
the numeric vector (time series) to be denormalised
the numeric value - power transformation parameter (default is 0.1)
the numeric vector of denormalised values
denorm_z, denorm_min_max, denorm_boxcox
# NOT RUN { denorm_yj(runif(50)) # }
Run the code above in your browser using DataLab