BoxCox
determines the power of a Box-Cox transformation to stabilize the variance of a time series
BoxCox
determines the power of a Box-Cox transformation to stabilize the variance of a time seriesBoxCox(y, seg, Plot = FALSE)
y
: the series, a vector or a time seriesseg
: scalar, number of segmentsPlot
: logical, should a plot be produced?l scalar, the power of the Box-Cox transformation
data(INORDER) lambda <-BoxCox(INORDER,6,Plot=FALSE)
Useful links