Learn R Programming

UComp (version 5.1)

inv.box.cox: inv.box.cox

Description

Runs inverse of Box-Cox transform of a time series

Usage

inv.box.cox(x, lambda)

Arguments

x

Transformed time series object.

lambda

Lambda parameter used for Box-Cox transform.

Author

Diego J. Pedregal

See Also

box.cox, UC, UCforecast, UCvalidate, UCfilter, UCsmooth, UCdisturb, UCcomponents

Examples

Run this code
if (FALSE) {
y <- inv.box.cox(box.cox(AirPassengers, 0.5), 0.5)
plot(y)
}

Run the code above in your browser using DataLab