inv.box.cox {UComp}R Documentation

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(s)

Diego J. Pedregal

See Also

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

Examples

## Not run: 
y <- inv.box.cox(box.cox(AirPassengers, 0.5), 0.5)
plot(y)

## End(Not run)

[Package UComp version 5.0.4 Index]