Learn R Programming

predtoolsTS (version 0.1.1)

postp.homogenize.boxcox: Undo Box-Cox transformation

Description

Undo Box-Cox transformation

Usage

postp.homogenize.boxcox(tserie, lambda)

Arguments

tserie

A ts object.

lambda

A numeric.

Value

A ts object.

Examples

Run this code
# NOT RUN {
p <- prep.homogenize.boxcox(AirPassengers)
postp.homogenize.boxcox(p$tserie,p$lambda)
# }

Run the code above in your browser using DataLab