Usage
BoxCox.ar(y, order, lambda = seq(-2, 2, 0.01), plotit = TRUE,
method = c("mle", "yule-walker", "burg", "ols", "yw"), ...)
Arguments
y
univariate time series (must be positive)
order
AR order for the data; if missing, the order is determined by
AIC for the log-transformed data
lambda
a vector of candidate power transformation values; if missing, it is
set to be from -2 to 2, with increment .01
plotit
logical value, if true, plot the profile
log-likelihood for
the power estimator
method
method of AR estimation; default is "mle"
...
other parameters to be passed to the ar function