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.

Value

Inverse Box-Cox transformed time series

Author(s)

Diego J. Pedregal

See Also

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

Examples


y <- inv.box.cox(box.cox(AirPassengers, 0.5), 0.5)
plot(y)


UComp documentation built on April 24, 2026, 5:07 p.m.

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