The norm_yj
normalises time series by Yeo-Johnson normalisation.
norm_yj(x, lambda = 0.1)
the numeric vector (time series)
the numeric value - power transformation parameter (default is 0.1)
the numeric vector of normalised values
# NOT RUN {
norm_yj(runif(50))
# }
Run the code above in your browser using DataLab