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.

Author(s)

Diego J. Pedregal

See Also

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

Examples

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

## End(Not run)

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

Related to box.cox in UComp...