prep.homogenize.boxcox {predtoolsTS} | R Documentation |
Box-Cox transformation
Description
Performs a Box-Cox transformation to a time serie.
Usage
prep.homogenize.boxcox(tserie)
Arguments
tserie |
a |
Value
A list is returned containing:
boxcox |
Transformed ts object. |
lambda |
Lambda value. |
References
Box-Cox transformation: https://en.wikipedia.org/wiki/Power_transform#Box.E2.80.93Cox_transformation
Examples
prep.homogenize.log(AirPassengers)
[Package predtoolsTS version 0.1.1 Index]