add_transform {tsaux} | R Documentation |
Transform
Description
Transform
Usage
add_transform(x, ...)
## S3 method for class 'issm.component'
add_transform(x, method = "box-cox", lambda = 1, lower = 0, upper = 1, ...)
Arguments
x |
an object of class issm.component or other supported class. |
... |
additional parameters. |
method |
a valid transform. |
lambda |
the Box-Cox parameter. |
lower |
the lower bound for the transform. |
upper |
the upper bound for the transform. |
Details
The inverse transform is applied to the simulated series. Valid methods are the “box-cox”, “logit”, “softplus-logit” and “sigmoid” transforms.
Value
An object of class issm.component updated with the transformation.
[Package tsaux version 1.0.0 Index]