powered by
BoxCox
BoxCox determines the power of a Box-Cox transformation to stabilize the variance of a time series
BoxCox(y, seg, Plot = FALSE)
the series, a vector or a time series
scalar, number of segments
logical, should a plot be produced?
l scalar, the power of the Box-Cox transformation
# NOT RUN { data(INORDER) lambda <-BoxCox(INORDER,6,Plot=FALSE) # }
Run the code above in your browser using DataLab