add_transform | R Documentation |
Transform
add_transform(x, ...)
## S3 method for class 'issm.component'
add_transform(x, method = "box-cox", lambda = 1, lower = 0, upper = 1, ...)
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. |
The inverse transform is applied to the simulated series. Valid methods are the “box-cox”, “logit”, “softplus-logit” and “sigmoid” transforms.
An object of class issm.component updated with the transformation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.