The ATA.BoxCoxAttr function works with many different types of inputs.
ATA.BoxCoxAttr(
bcMethod = "guerrero",
bcLower = 0,
bcUpper = 5,
bcBiasAdj = FALSE
)
An object of class ataoptim
.
Choose method to be used in calculating lambda. "guerrero" (Guerrero, V.M. (1993) is default. Other method is "loglik").
Lower limit for possible lambda values. The lower value is limited by -5. Default value is 0.
Upper limit for possible lambda values. The upper value is limited by 5. Default value is 5.
Use adjusted back-transformed mean for Box-Cox transformations.
If transformed data is used to produce forecasts and fitted values, a regular back transformation will result in median forecasts.
If bcBiasAdj is TRUE, an adjustment will be made to produce mean forecasts and fitted values.
If bcBiasAdj=TRUE. Can either be the forecast variance, or a list containing the interval level
, the corresponding upper
and lower
intervals.
Ali Sabri Taylan and Hanife Taylan Selamlar
#'boxcox1964ATAforecasting
#'guerrero1993ATAforecasting
BoxCox
, InvBoxCox
, BoxCox.lambda