box.cox: box.cox

View source: R/tools.R

box.coxR Documentation

box.cox

Description

Runs Box-Cox transform of a time series

Usage

box.cox(x, lambda)

Arguments

x

Time series object.

lambda

Lambda parameter for Box-Cox transform.

Value

Box-Cox transformed time series

Author(s)

Diego J. Pedregal

See Also

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

Examples


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


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

Related to box.cox in UComp...