View source: R/ATA_Transform.R
ATA.BackTransform | R Documentation |
The function provides the applicability of different types of back transformation techniques for the transformed data to which the Ata method will be applied.
The ATA.BackTransform
function works with many different types of inputs.
ATA.BackTransform(X, tMethod, tLambda, tShift, tbiasadj = FALSE, tfvar = NULL)
X |
a numeric vector or time series of class |
tMethod |
Box-Cox power transformation family is consist of "Box_Cox", "Sqrt", "Reciprocal", "Log", "NegLog", "Modulus", "BickelDoksum", "Manly", "Dual", "YeoJohnson", "GPower", "GLog" in ATAforecasting package. |
tLambda |
Box-Cox power transformation family parameter. If NULL, data transformed before model is estimated. |
tShift |
Box-Cox power transformation family shifting parameter. If NULL, data transformed before model is estimated. |
tbiasadj |
Use adjusted back-transformed mean for Box-Cox transformations using |
tfvar |
Optional parameter required if tbiasadj=TRUE. Can either be the forecast variance, or a list containing the interval |
A list object consists of transformation parameters and transformed data.
ATA.Transform
is a list containing at least the following elements:
trfmX : Transformed data
tLambda : Box-Cox power transformation family parameter
tShift : Box-Cox power transformation family shifting parameter
#'\insertReftukey1957ATAforecasting
#'\insertRefboxcox1964ATAforecasting
#'\insertRefmanly1976ATAforecasting
#'\insertRefjohndraper1980ATAforecasting
#'\insertRefbickeldoksum1982ATAforecasting
#'\insertRefsakia1992ATAforecasting
#'\insertRefguerrero1993ATAforecasting
#'\insertRefyeojohn2000ATAforecasting
#'\insertRefglog2002ATAforecasting
#'\insertRefneglog2005ATAforecasting
#'\insertRefyang2006ATAforecasting
#'\insertRefgpower2013ATAforecasting
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.