inv.box.cox: inv.box.cox

View source: R/tools.R

inv.box.coxR 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, UCforecast, UCvalidate, UCfilter, UCsmooth, UCdisturb, UCcomponents

Examples

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

## End(Not run)

UComp documentation built on April 4, 2025, 5:10 a.m.

Related to inv.box.cox in UComp...